Expand description
Comments associated to an issue or a pull/merge request within the repository of a forge +
pub struct Comment {
+Comment in f3_rs::comment - Rust pub struct Comment {
pub issue_index: usize,
pub index: usize,
pub poster_id: usize,
@@ -15,11 +15,11 @@
§updated: String
Last update time
§content: String
Multiline content of the comment
§reactions: Option<Vec<Reaction>>
Multiline content of the comment
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Comment
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Comment> for Comment
source§fn eq(&self, other: &Comment) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Comment
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Comment> for Comment
source§impl Eq for Comment
source§impl StructuralEq for Comment
source§impl StructuralPartialEq for Comment
Auto Trait Implementations§
§impl RefUnwindSafe for Comment
§impl Send for Comment
§impl Sync for Comment
§impl Unpin for Comment
§impl UnwindSafe for Comment
Blanket Implementations§
source§impl Eq for Comment
source§impl StructuralEq for Comment
source§impl StructuralPartialEq for Comment
Auto Trait Implementations§
§impl RefUnwindSafe for Comment
§impl Send for Comment
§impl Sync for Comment
§impl Unpin for Comment
§impl UnwindSafe for Comment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/enum.OpenCloseState.html b/f3_rs/enum.OpenCloseState.html
index 627376e..1b0c16d 100644
--- a/f3_rs/enum.OpenCloseState.html
+++ b/f3_rs/enum.OpenCloseState.html
@@ -1,15 +1,15 @@
-OpenCloseState in f3_rs - Rust Enum f3_rs::OpenCloseState
source · pub enum OpenCloseState {
+OpenCloseState in f3_rs - Rust Enum f3_rs::OpenCloseState
source · pub enum OpenCloseState {
Closed,
Open,
}
Expand description
states of issue, milestone, etc with only “open” and “closed” states and “closed” states and
“closed” states and “closed” states
Variants§
§Closed
A ‘closed’ issue will not see any activity in the future
§Open
An ‘open’ issue will see activity in the future
-Trait Implementations§
source§impl Clone for OpenCloseState
source§fn clone(&self) -> OpenCloseState
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for OpenCloseState
source§impl Default for OpenCloseState
source§impl<'de> Deserialize<'de> for OpenCloseState
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<OpenCloseState> for OpenCloseState
source§fn eq(&self, other: &OpenCloseState) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl Clone for OpenCloseState
source§fn clone(&self) -> OpenCloseState
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for OpenCloseState
source§impl Default for OpenCloseState
source§impl<'de> Deserialize<'de> for OpenCloseState
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<OpenCloseState> for OpenCloseState
source§fn eq(&self, other: &OpenCloseState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for OpenCloseState
source§impl Eq for OpenCloseState
source§impl StructuralEq for OpenCloseState
source§impl StructuralPartialEq for OpenCloseState
Auto Trait Implementations§
§impl RefUnwindSafe for OpenCloseState
§impl Send for OpenCloseState
§impl Sync for OpenCloseState
§impl Unpin for OpenCloseState
§impl UnwindSafe for OpenCloseState
Blanket Implementations§
source§impl Serialize for OpenCloseState
source§impl Eq for OpenCloseState
source§impl StructuralEq for OpenCloseState
source§impl StructuralPartialEq for OpenCloseState
Auto Trait Implementations§
§impl RefUnwindSafe for OpenCloseState
§impl Send for OpenCloseState
§impl Sync for OpenCloseState
§impl Unpin for OpenCloseState
§impl UnwindSafe for OpenCloseState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/identities/index.html b/f3_rs/identities/index.html
index e283fd3..4503e28 100644
--- a/f3_rs/identities/index.html
+++ b/f3_rs/identities/index.html
@@ -1,4 +1,4 @@
-f3_rs::identities - Rust Module f3_rs::identities
source · Expand description
Pairs of identities mapping one forge to another.
+f3_rs::identities - Rust Module f3_rs::identities
source · Expand description
Pairs of identities mapping one forge to another.
Structs
- Pairs of identities mapping one forge to another. The first element is the id in the source
forge, the second element is the id in the destination forge.Pairs of identities mapping one
forge to another. The first element is the id in the source forge, the second element is the id
diff --git a/f3_rs/identities/struct.Identities.html b/f3_rs/identities/struct.Identities.html
index 2f1062a..94f059a 100644
--- a/f3_rs/identities/struct.Identities.html
+++ b/f3_rs/identities/struct.Identities.html
@@ -1,14 +1,14 @@
-
Identities in f3_rs::identities - Rust Struct f3_rs::identities::Identities
source · pub struct Identities {
+Identities in f3_rs::identities - Rust Struct f3_rs::identities::Identities
source · pub struct Identities {
pub pairs: Vec<usize>,
}
Expand description
Pairs of identities mapping one forge to another. The first element is the id in the source
forge, the second element is the id in the destination forge.Pairs of identities mapping one
forge to another. The first element is the id in the source forge, the second element is the id
in the destination forge.
-Fields§
§pairs: Vec<usize>
Trait Implementations§
source§impl Clone for Identities
source§fn clone(&self) -> Identities
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for Identities
source§impl Default for Identities
source§fn default() -> Identities
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for Identities
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Identities> for Identities
source§fn eq(&self, other: &Identities) -> bool
This method tests for self
and other
values to be equal, and is used
+Fields§
§pairs: Vec<usize>
Trait Implementations§
source§impl Clone for Identities
source§fn clone(&self) -> Identities
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for Identities
source§impl Default for Identities
source§fn default() -> Identities
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for Identities
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Identities> for Identities
source§fn eq(&self, other: &Identities) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Identities
source§impl Eq for Identities
source§impl StructuralEq for Identities
source§impl StructuralPartialEq for Identities
Auto Trait Implementations§
§impl RefUnwindSafe for Identities
§impl Send for Identities
§impl Sync for Identities
§impl Unpin for Identities
§impl UnwindSafe for Identities
Blanket Implementations§
source§impl Serialize for Identities
source§impl Eq for Identities
source§impl StructuralEq for Identities
source§impl StructuralPartialEq for Identities
Auto Trait Implementations§
§impl RefUnwindSafe for Identities
§impl Send for Identities
§impl Sync for Identities
§impl Unpin for Identities
§impl UnwindSafe for Identities
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/index.html b/f3_rs/index.html
index 9713156..bc4a6d0 100644
--- a/f3_rs/index.html
+++ b/f3_rs/index.html
@@ -1,4 +1,4 @@
-f3_rs - Rust Expand description
Welcome to F3 Documentation!
+f3_rs - Rust Expand description
Welcome to F3 Documentation!
Please refer to the main documentation for a complete overview.
This is an incomplete Rust port of the F3 library created by the ForgeFriends project.
Re-exports
pub use comment::Comment;
pub use identities::Identities;
pub use issue::Issue;
pub use label::Label;
pub use milestone::Milestone;
pub use project::Project;
pub use pullrequest::PullRequest;
pub use reaction::Reaction;
pub use release::Release;
pub use release::ReleaseAsset;
pub use repository::Repository;
pub use review::Review;
pub use review::ReviewComment;
pub use review::ReviewState;
pub use topic::Topic;
pub use user::User;
Modules
- Comments associated to an issue or a pull/merge request within the repository of a forge
diff --git a/f3_rs/issue/index.html b/f3_rs/issue/index.html
index 72ac72c..3e25b43 100644
--- a/f3_rs/issue/index.html
+++ b/f3_rs/issue/index.html
@@ -1,2 +1,2 @@
-
f3_rs::issue - Rust Expand description
Issues associated to a repository within a forge (Gitea, GitLab, etc.).
+f3_rs::issue - Rust
\ No newline at end of file
diff --git a/f3_rs/issue/struct.Issue.html b/f3_rs/issue/struct.Issue.html
index e7415fe..f8063e8 100644
--- a/f3_rs/issue/struct.Issue.html
+++ b/f3_rs/issue/struct.Issue.html
@@ -1,4 +1,4 @@
-Issue in f3_rs::issue - Rust pub struct Issue {Show 14 fields
+Issue in f3_rs::issue - Rust pub struct Issue {
§labels: Option<Vec<String>>
List of labels.
§reactions: Option<Vec<Reaction>>
List of reactions
§assignees: Option<Vec<String>>
List of assignees.
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Issue
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Issue> for Issue
source§fn eq(&self, other: &Issue) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Issue
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Issue> for Issue
source§impl Eq for Issue
source§impl StructuralEq for Issue
source§impl StructuralPartialEq for Issue
Auto Trait Implementations§
§impl RefUnwindSafe for Issue
§impl Send for Issue
§impl Sync for Issue
§impl Unpin for Issue
§impl UnwindSafe for Issue
Blanket Implementations§
source§impl Eq for Issue
source§impl StructuralEq for Issue
source§impl StructuralPartialEq for Issue
Auto Trait Implementations§
§impl RefUnwindSafe for Issue
§impl Send for Issue
§impl Sync for Issue
§impl Unpin for Issue
§impl UnwindSafe for Issue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/label/index.html b/f3_rs/label/index.html
index eef673d..fe8c939 100644
--- a/f3_rs/label/index.html
+++ b/f3_rs/label/index.html
@@ -1,2 +1,2 @@
-f3_rs::label - Rust Expand description
Label associated to an issue or a comment
+f3_rs::label - Rust
\ No newline at end of file
diff --git a/f3_rs/label/struct.Label.html b/f3_rs/label/struct.Label.html
index 13bca94..f49702d 100644
--- a/f3_rs/label/struct.Label.html
+++ b/f3_rs/label/struct.Label.html
@@ -1,4 +1,4 @@
-Label in f3_rs::label - Rust pub struct Label {
+Label in f3_rs::label - Rust §name: String
Name of the label, unique within the repository
§color: String
Color code of the label
§description: Option<String>
Long, multi-line description
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Label
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Label> for Label
source§fn eq(&self, other: &Label) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Label
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Label> for Label
source§impl Eq for Label
source§impl StructuralEq for Label
source§impl StructuralPartialEq for Label
Auto Trait Implementations§
§impl RefUnwindSafe for Label
§impl Send for Label
§impl Sync for Label
§impl Unpin for Label
§impl UnwindSafe for Label
Blanket Implementations§
source§impl Eq for Label
source§impl StructuralEq for Label
source§impl StructuralPartialEq for Label
Auto Trait Implementations§
§impl RefUnwindSafe for Label
§impl Send for Label
§impl Sync for Label
§impl Unpin for Label
§impl UnwindSafe for Label
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/milestone/index.html b/f3_rs/milestone/index.html
index b436296..d965042 100644
--- a/f3_rs/milestone/index.html
+++ b/f3_rs/milestone/index.html
@@ -1,2 +1,2 @@
-f3_rs::milestone - Rust Expand description
Milestone associated to a repository within a forge
+f3_rs::milestone - Rust
\ No newline at end of file
diff --git a/f3_rs/milestone/struct.Milestone.html b/f3_rs/milestone/struct.Milestone.html
index 28b720b..efe72b1 100644
--- a/f3_rs/milestone/struct.Milestone.html
+++ b/f3_rs/milestone/struct.Milestone.html
@@ -1,4 +1,4 @@
-Milestone in f3_rs::milestone - Rust pub struct Milestone {
+Milestone in f3_rs::milestone - Rust pub struct Milestone {
pub index: usize,
pub title: String,
pub description: String,
@@ -16,11 +16,11 @@
§updated: String
Last update time
§closed: String
The last time ‘state’ changed to ‘closed’
§state: OpenCloseState
A ‘closed’ milestone will not see any activity in the future, otherwise it is ‘open’.
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Milestone
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Milestone> for Milestone
source§fn eq(&self, other: &Milestone) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Milestone
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Milestone> for Milestone
source§impl Eq for Milestone
source§impl StructuralEq for Milestone
source§impl StructuralPartialEq for Milestone
Auto Trait Implementations§
§impl RefUnwindSafe for Milestone
§impl Send for Milestone
§impl Sync for Milestone
§impl Unpin for Milestone
§impl UnwindSafe for Milestone
Blanket Implementations§
source§impl Eq for Milestone
source§impl StructuralEq for Milestone
source§impl StructuralPartialEq for Milestone
Auto Trait Implementations§
§impl RefUnwindSafe for Milestone
§impl Send for Milestone
§impl Sync for Milestone
§impl Unpin for Milestone
§impl UnwindSafe for Milestone
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/project/index.html b/f3_rs/project/index.html
index 8a4969f..596a8e8 100644
--- a/f3_rs/project/index.html
+++ b/f3_rs/project/index.html
@@ -1,2 +1,2 @@
-f3_rs::project - Rust Expand description
A software project that resides on a forge (Gitea, GitLab, etc.).
+f3_rs::project - Rust
\ No newline at end of file
diff --git a/f3_rs/project/struct.Project.html b/f3_rs/project/struct.Project.html
index 47ba26c..a24eb4c 100644
--- a/f3_rs/project/struct.Project.html
+++ b/f3_rs/project/struct.Project.html
@@ -1,4 +1,4 @@
-Project in f3_rs::project - Rust pub struct Project {
+Project in f3_rs::project - Rust §clone_url: String
URL to clone the git repository of the project.
§original_url: String
URL of the homepage of the project
§default_branch: String
Name of the default branch in the git repository
-§repositories: Vec<Repository>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Project
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Project> for Project
source§fn eq(&self, other: &Project) -> bool
This method tests for self
and other
values to be equal, and is used
+§repositories: Vec<Repository>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Project
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Project> for Project
source§impl Eq for Project
source§impl StructuralEq for Project
source§impl StructuralPartialEq for Project
Auto Trait Implementations§
§impl RefUnwindSafe for Project
§impl Send for Project
§impl Sync for Project
§impl Unpin for Project
§impl UnwindSafe for Project
Blanket Implementations§
source§impl Eq for Project
source§impl StructuralEq for Project
source§impl StructuralPartialEq for Project
Auto Trait Implementations§
§impl RefUnwindSafe for Project
§impl Send for Project
§impl Sync for Project
§impl Unpin for Project
§impl UnwindSafe for Project
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/pullrequest/index.html b/f3_rs/pullrequest/index.html
index bb15714..98e3117 100644
--- a/f3_rs/pullrequest/index.html
+++ b/f3_rs/pullrequest/index.html
@@ -1,3 +1,3 @@
-f3_rs::pullrequest - Rust Module f3_rs::pullrequest
source · Expand description
Pull requests associated to a repository within a forge (Gitea, GitLab, etc.)
+f3_rs::pullrequest - Rust Module f3_rs::pullrequest
source · Expand description
Pull requests associated to a repository within a forge (Gitea, GitLab, etc.)
Structs
- Pull requests associated to a repository within a forge (Gitea, GitLab, etc.)
- PullRequest reference to a commit
The location of a commit, including the URL of the repository where it can be found
\ No newline at end of file
diff --git a/f3_rs/pullrequest/struct.PullRequest.html b/f3_rs/pullrequest/struct.PullRequest.html
index fb4282e..982432d 100644
--- a/f3_rs/pullrequest/struct.PullRequest.html
+++ b/f3_rs/pullrequest/struct.PullRequest.html
@@ -1,4 +1,4 @@
-PullRequest in f3_rs::pullrequest - Rust Struct f3_rs::pullrequest::PullRequest
source · pub struct PullRequest {Show 19 fields
+PullRequest in f3_rs::pullrequest - Rust Struct f3_rs::pullrequest::PullRequest
source · pub struct PullRequest {
§merged_commit_sha: Option<String>
The SHA of the merge commit
§head: Option<PullRequestRef>
The changes proposed in the pull request.
§base: Option<PullRequestRef>
The branch where the pull request changes in the head are to be merged.
-Trait Implementations§
source§impl Clone for PullRequest
source§fn clone(&self) -> PullRequest
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for PullRequest
source§impl Default for PullRequest
source§fn default() -> PullRequest
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for PullRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<PullRequest> for PullRequest
source§fn eq(&self, other: &PullRequest) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl Clone for PullRequest
source§fn clone(&self) -> PullRequest
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for PullRequest
source§impl Default for PullRequest
source§fn default() -> PullRequest
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for PullRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<PullRequest> for PullRequest
source§fn eq(&self, other: &PullRequest) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PullRequest
source§impl Eq for PullRequest
source§impl StructuralEq for PullRequest
source§impl StructuralPartialEq for PullRequest
Auto Trait Implementations§
§impl RefUnwindSafe for PullRequest
§impl Send for PullRequest
§impl Sync for PullRequest
§impl Unpin for PullRequest
§impl UnwindSafe for PullRequest
Blanket Implementations§
source§impl Serialize for PullRequest
source§impl Eq for PullRequest
source§impl StructuralEq for PullRequest
source§impl StructuralPartialEq for PullRequest
Auto Trait Implementations§
§impl RefUnwindSafe for PullRequest
§impl Send for PullRequest
§impl Sync for PullRequest
§impl Unpin for PullRequest
§impl UnwindSafe for PullRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/pullrequest/struct.PullRequestRef.html b/f3_rs/pullrequest/struct.PullRequestRef.html
index 70c461e..0e93718 100644
--- a/f3_rs/pullrequest/struct.PullRequestRef.html
+++ b/f3_rs/pullrequest/struct.PullRequestRef.html
@@ -1,4 +1,4 @@
-PullRequestRef in f3_rs::pullrequest - Rust Struct f3_rs::pullrequest::PullRequestRef
source · pub struct PullRequestRef {
+PullRequestRef in f3_rs::pullrequest - Rust Struct f3_rs::pullrequest::PullRequestRef
source · pub struct PullRequestRef {
pub clone_url: String,
pub reference: Option<String>,
pub sha: String,
@@ -14,11 +14,11 @@ and vice versa
§sha: String
SHA of the commit
§repo_name: String
Name of the project that contains the git repository.
§owner_name: String
Name of the user or organization that contains the project.
-Trait Implementations§
source§impl Clone for PullRequestRef
source§fn clone(&self) -> PullRequestRef
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for PullRequestRef
source§impl Default for PullRequestRef
source§fn default() -> PullRequestRef
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for PullRequestRef
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<PullRequestRef> for PullRequestRef
source§fn eq(&self, other: &PullRequestRef) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl Clone for PullRequestRef
source§fn clone(&self) -> PullRequestRef
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for PullRequestRef
source§impl Default for PullRequestRef
source§fn default() -> PullRequestRef
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for PullRequestRef
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<PullRequestRef> for PullRequestRef
source§fn eq(&self, other: &PullRequestRef) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PullRequestRef
source§impl Eq for PullRequestRef
source§impl StructuralEq for PullRequestRef
source§impl StructuralPartialEq for PullRequestRef
Auto Trait Implementations§
§impl RefUnwindSafe for PullRequestRef
§impl Send for PullRequestRef
§impl Sync for PullRequestRef
§impl Unpin for PullRequestRef
§impl UnwindSafe for PullRequestRef
Blanket Implementations§
source§impl Serialize for PullRequestRef
source§impl Eq for PullRequestRef
source§impl StructuralEq for PullRequestRef
source§impl StructuralPartialEq for PullRequestRef
Auto Trait Implementations§
§impl RefUnwindSafe for PullRequestRef
§impl Send for PullRequestRef
§impl Sync for PullRequestRef
§impl Unpin for PullRequestRef
§impl UnwindSafe for PullRequestRef
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/reaction/index.html b/f3_rs/reaction/index.html
index e09c735..cfc3f26 100644
--- a/f3_rs/reaction/index.html
+++ b/f3_rs/reaction/index.html
@@ -1,2 +1,2 @@
-f3_rs::reaction - Rust Expand description
Reaction associated to an issue or a comment
+f3_rs::reaction - Rust
\ No newline at end of file
diff --git a/f3_rs/reaction/struct.Reaction.html b/f3_rs/reaction/struct.Reaction.html
index c90203c..a8b32b7 100644
--- a/f3_rs/reaction/struct.Reaction.html
+++ b/f3_rs/reaction/struct.Reaction.html
@@ -1,4 +1,4 @@
-Reaction in f3_rs::reaction - Rust pub struct Reaction {
+Reaction in f3_rs::reaction - Rust Fields§
§index: usize
Unique identifier of the reaction
§user_id: String
Unique identifier of the user who authored the reaction
§content: String
Representation of the reaction
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Reaction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Reaction> for Reaction
source§fn eq(&self, other: &Reaction) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Reaction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Reaction> for Reaction
source§impl Eq for Reaction
source§impl StructuralEq for Reaction
source§impl StructuralPartialEq for Reaction
Auto Trait Implementations§
§impl RefUnwindSafe for Reaction
§impl Send for Reaction
§impl Sync for Reaction
§impl Unpin for Reaction
§impl UnwindSafe for Reaction
Blanket Implementations§
source§impl Eq for Reaction
source§impl StructuralEq for Reaction
source§impl StructuralPartialEq for Reaction
Auto Trait Implementations§
§impl RefUnwindSafe for Reaction
§impl Send for Reaction
§impl Sync for Reaction
§impl Unpin for Reaction
§impl UnwindSafe for Reaction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/release/index.html b/f3_rs/release/index.html
index cb2cce8..2ffee04 100644
--- a/f3_rs/release/index.html
+++ b/f3_rs/release/index.html
@@ -1,2 +1,2 @@
-f3_rs::release - Rust Expand description
Assets that constitute a release for a given tag.
+f3_rs::release - Rust
\ No newline at end of file
diff --git a/f3_rs/release/struct.Release.html b/f3_rs/release/struct.Release.html
index fcc2cfa..d5535cf 100644
--- a/f3_rs/release/struct.Release.html
+++ b/f3_rs/release/struct.Release.html
@@ -1,4 +1,4 @@
-Release in f3_rs::release - Rust pub struct Release {Show 13 fields
+Release in f3_rs::release - Rust pub struct Release {
§assets: Option<Vec<ReleaseAsset>>
List of assets associated with the release.
§created: String
Creation time
§published: String
Publication time.
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Release
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Release> for Release
source§fn eq(&self, other: &Release) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Release
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Release> for Release
source§impl Eq for Release
source§impl StructuralEq for Release
source§impl StructuralPartialEq for Release
Auto Trait Implementations§
§impl RefUnwindSafe for Release
§impl Send for Release
§impl Sync for Release
§impl Unpin for Release
§impl UnwindSafe for Release
Blanket Implementations§
source§impl Eq for Release
source§impl StructuralEq for Release
source§impl StructuralPartialEq for Release
Auto Trait Implementations§
§impl RefUnwindSafe for Release
§impl Send for Release
§impl Sync for Release
§impl Unpin for Release
§impl UnwindSafe for Release
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/release/struct.ReleaseAsset.html b/f3_rs/release/struct.ReleaseAsset.html
index 26920a6..794a212 100644
--- a/f3_rs/release/struct.ReleaseAsset.html
+++ b/f3_rs/release/struct.ReleaseAsset.html
@@ -1,4 +1,4 @@
-ReleaseAsset in f3_rs::release - Rust Struct f3_rs::release::ReleaseAsset
source · pub struct ReleaseAsset {
+ReleaseAsset in f3_rs::release - Rust Struct f3_rs::release::ReleaseAsset
source · pub struct ReleaseAsset {
pub index: usize,
pub name: String,
pub content_type: String,
@@ -16,11 +16,11 @@
§created: String
Creation time
§updated: String
Last update time.
§download_url: String
The URL from which the release asset can be downloaded.
-Trait Implementations§
source§impl Clone for ReleaseAsset
source§fn clone(&self) -> ReleaseAsset
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for ReleaseAsset
source§impl Default for ReleaseAsset
source§fn default() -> ReleaseAsset
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for ReleaseAsset
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<ReleaseAsset> for ReleaseAsset
source§fn eq(&self, other: &ReleaseAsset) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl Clone for ReleaseAsset
source§fn clone(&self) -> ReleaseAsset
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for ReleaseAsset
source§impl Default for ReleaseAsset
source§fn default() -> ReleaseAsset
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for ReleaseAsset
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<ReleaseAsset> for ReleaseAsset
source§fn eq(&self, other: &ReleaseAsset) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReleaseAsset
source§impl Eq for ReleaseAsset
source§impl StructuralEq for ReleaseAsset
source§impl StructuralPartialEq for ReleaseAsset
Auto Trait Implementations§
§impl RefUnwindSafe for ReleaseAsset
§impl Send for ReleaseAsset
§impl Sync for ReleaseAsset
§impl Unpin for ReleaseAsset
§impl UnwindSafe for ReleaseAsset
Blanket Implementations§
source§impl Serialize for ReleaseAsset
source§impl Eq for ReleaseAsset
source§impl StructuralEq for ReleaseAsset
source§impl StructuralPartialEq for ReleaseAsset
Auto Trait Implementations§
§impl RefUnwindSafe for ReleaseAsset
§impl Send for ReleaseAsset
§impl Sync for ReleaseAsset
§impl Unpin for ReleaseAsset
§impl UnwindSafe for ReleaseAsset
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/repository/index.html b/f3_rs/repository/index.html
index d249a6a..a175842 100644
--- a/f3_rs/repository/index.html
+++ b/f3_rs/repository/index.html
@@ -1,2 +1,2 @@
-f3_rs::repository - Rust Module f3_rs::repository
source · Expand description
VCS repository relative to a project.
+f3_rs::repository - Rust Module f3_rs::repository
source · Expand description
VCS repository relative to a project.
Structs
- VCS repository relative to a project.
\ No newline at end of file
diff --git a/f3_rs/repository/struct.Repository.html b/f3_rs/repository/struct.Repository.html
index ee1ddfd..9cb62f0 100644
--- a/f3_rs/repository/struct.Repository.html
+++ b/f3_rs/repository/struct.Repository.html
@@ -1,12 +1,12 @@
-Repository in f3_rs::repository - Rust Struct f3_rs::repository::Repository
source · pub struct Repository {
+Repository in f3_rs::repository - Rust Struct f3_rs::repository::Repository
source · pub struct Repository {
pub name: String,
}
Expand description
VCS repository relative to a project.
Fields§
§name: String
Suffix to add to the clone URL of the project to access the repository.
-Trait Implementations§
source§impl Clone for Repository
source§fn clone(&self) -> Repository
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for Repository
source§impl Default for Repository
source§fn default() -> Repository
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for Repository
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Repository> for Repository
source§fn eq(&self, other: &Repository) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl Clone for Repository
source§fn clone(&self) -> Repository
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for Repository
source§impl Default for Repository
source§fn default() -> Repository
Returns the “default value” for a type. Read moresource§impl<'de> Deserialize<'de> for Repository
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Repository> for Repository
source§fn eq(&self, other: &Repository) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Repository
source§impl Eq for Repository
source§impl StructuralEq for Repository
source§impl StructuralPartialEq for Repository
Auto Trait Implementations§
§impl RefUnwindSafe for Repository
§impl Send for Repository
§impl Sync for Repository
§impl Unpin for Repository
§impl UnwindSafe for Repository
Blanket Implementations§
source§impl Serialize for Repository
source§impl Eq for Repository
source§impl StructuralEq for Repository
source§impl StructuralPartialEq for Repository
Auto Trait Implementations§
§impl RefUnwindSafe for Repository
§impl Send for Repository
§impl Sync for Repository
§impl Unpin for Repository
§impl UnwindSafe for Repository
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/review/enum.ReviewState.html b/f3_rs/review/enum.ReviewState.html
index 37e35a6..48a08f1 100644
--- a/f3_rs/review/enum.ReviewState.html
+++ b/f3_rs/review/enum.ReviewState.html
@@ -1,14 +1,14 @@
-ReviewState in f3_rs::review - Rust Enum f3_rs::review::ReviewState
source · pub enum ReviewState {
+ReviewState in f3_rs::review - Rust Enum f3_rs::review::ReviewState
source · pub enum ReviewState {
Pending,
Approved,
ChangesRequested,
Commented,
}
Expand description
State of the review.
-Variants§
Trait Implementations§
source§impl Clone for ReviewState
source§fn clone(&self) -> ReviewState
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for ReviewState
source§impl<'de> Deserialize<'de> for ReviewState
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<ReviewState> for ReviewState
source§fn eq(&self, other: &ReviewState) -> bool
This method tests for self
and other
values to be equal, and is used
+Variants§
Trait Implementations§
source§impl Clone for ReviewState
source§fn clone(&self) -> ReviewState
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for ReviewState
source§impl<'de> Deserialize<'de> for ReviewState
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<ReviewState> for ReviewState
source§fn eq(&self, other: &ReviewState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReviewState
source§impl Eq for ReviewState
source§impl StructuralEq for ReviewState
source§impl StructuralPartialEq for ReviewState
Auto Trait Implementations§
§impl RefUnwindSafe for ReviewState
§impl Send for ReviewState
§impl Sync for ReviewState
§impl Unpin for ReviewState
§impl UnwindSafe for ReviewState
Blanket Implementations§
source§impl Serialize for ReviewState
source§impl Eq for ReviewState
source§impl StructuralEq for ReviewState
source§impl StructuralPartialEq for ReviewState
Auto Trait Implementations§
§impl RefUnwindSafe for ReviewState
§impl Send for ReviewState
§impl Sync for ReviewState
§impl Unpin for ReviewState
§impl UnwindSafe for ReviewState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/review/index.html b/f3_rs/review/index.html
index 3b67549..42b5c11 100644
--- a/f3_rs/review/index.html
+++ b/f3_rs/review/index.html
@@ -1,2 +1,2 @@
-f3_rs::review - Rust Expand description
A set of review comments on a pull/merge request.
+f3_rs::review - Rust
\ No newline at end of file
diff --git a/f3_rs/review/struct.Review.html b/f3_rs/review/struct.Review.html
index f45b1ef..3776905 100644
--- a/f3_rs/review/struct.Review.html
+++ b/f3_rs/review/struct.Review.html
@@ -1,4 +1,4 @@
-Review in f3_rs::review - Rust pub struct Review {
+Review in f3_rs::review - Rust pub struct Review {
pub index: usize,
pub issue_index: usize,
pub reviewer_id: usize,
@@ -18,11 +18,11 @@
§created_at: String
Creation time
§state: ReviewState
State of the review.
§comments: Option<Vec<ReviewComment>>
Review comments inserted on a specific line of the commit.
-Trait Implementations§
source§impl<'de> Deserialize<'de> for Review
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Review> for Review
source§fn eq(&self, other: &Review) -> bool
This method tests for self
and other
values to be equal, and is used
+Trait Implementations§
source§impl<'de> Deserialize<'de> for Review
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl PartialEq<Review> for Review
source§impl Eq for Review
source§impl StructuralEq for Review
source§impl StructuralPartialEq for Review
Auto Trait Implementations§
§impl RefUnwindSafe for Review
§impl Send for Review
§impl Sync for Review
§impl Unpin for Review
§impl UnwindSafe for Review
Blanket Implementations§
source§impl Eq for Review
source§impl StructuralEq for Review
source§impl StructuralPartialEq for Review
Auto Trait Implementations§
§impl RefUnwindSafe for Review
§impl Send for Review
§impl Sync for Review
§impl Unpin for Review
§impl UnwindSafe for Review
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/f3_rs/review/struct.ReviewComment.html b/f3_rs/review/struct.ReviewComment.html
index 14c78ee..1d92810 100644
--- a/f3_rs/review/struct.ReviewComment.html
+++ b/f3_rs/review/struct.ReviewComment.html
@@ -1,4 +1,4 @@
-ReviewComment in f3_rs::review - Rust Struct f3_rs::review::ReviewComment
source · pub struct ReviewComment {Show 13 fields
+ReviewComment in f3_rs::review - Rust