From 4f43e6f8a20ce38ac3652eed038f888ed491d691 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 24 Oct 2023 14:36:04 +0000 Subject: [PATCH] new deploy: 2023-10-24T14:36:04+00:00 --- f3_rs/comment/index.html | 2 +- f3_rs/comment/struct.Comment.html | 10 +++--- f3_rs/enum.OpenCloseState.html | 10 +++--- f3_rs/identities/index.html | 2 +- f3_rs/identities/struct.Identities.html | 10 +++--- f3_rs/index.html | 2 +- f3_rs/issue/index.html | 2 +- f3_rs/issue/struct.Issue.html | 10 +++--- f3_rs/label/index.html | 2 +- f3_rs/label/struct.Label.html | 10 +++--- f3_rs/milestone/index.html | 2 +- f3_rs/milestone/struct.Milestone.html | 10 +++--- f3_rs/project/index.html | 2 +- f3_rs/project/struct.Project.html | 10 +++--- f3_rs/pullrequest/index.html | 2 +- f3_rs/pullrequest/struct.PullRequest.html | 10 +++--- f3_rs/pullrequest/struct.PullRequestRef.html | 10 +++--- f3_rs/reaction/index.html | 2 +- f3_rs/reaction/struct.Reaction.html | 10 +++--- f3_rs/release/index.html | 2 +- f3_rs/release/struct.Release.html | 10 +++--- f3_rs/release/struct.ReleaseAsset.html | 10 +++--- f3_rs/repository/index.html | 2 +- f3_rs/repository/struct.Repository.html | 10 +++--- f3_rs/review/enum.ReviewState.html | 10 +++--- f3_rs/review/index.html | 2 +- f3_rs/review/struct.Review.html | 10 +++--- f3_rs/review/struct.ReviewComment.html | 10 +++--- f3_rs/topic/index.html | 2 +- f3_rs/topic/struct.Topic.html | 10 +++--- f3_rs/user/index.html | 2 +- f3_rs/user/struct.User.html | 10 +++--- src/f3_rs/comment.rs.html | 32 +++----------------- src/f3_rs/identities.rs.html | 32 +++----------------- src/f3_rs/issue.rs.html | 32 +++----------------- src/f3_rs/label.rs.html | 32 +++----------------- src/f3_rs/lib.rs.html | 32 +++----------------- src/f3_rs/milestone.rs.html | 32 +++----------------- src/f3_rs/project.rs.html | 32 +++----------------- src/f3_rs/pullrequest.rs.html | 32 +++----------------- src/f3_rs/reaction.rs.html | 32 +++----------------- src/f3_rs/release.rs.html | 32 +++----------------- src/f3_rs/repository.rs.html | 32 +++----------------- src/f3_rs/review.rs.html | 32 +++----------------- src/f3_rs/topic.rs.html | 32 +++----------------- src/f3_rs/user.rs.html | 32 +++----------------- 46 files changed, 174 insertions(+), 482 deletions(-) diff --git a/f3_rs/comment/index.html b/f3_rs/comment/index.html index 9816f03..66c2c38 100644 --- a/f3_rs/comment/index.html +++ b/f3_rs/comment/index.html @@ -1,4 +1,4 @@ -f3_rs::comment - Rust

Module f3_rs::comment

source ·
Expand description

Comments associated to an issue or a pull/merge request within the repository of a forge +f3_rs::comment - Rust

Module f3_rs::comment

source ·
Expand description

Comments associated to an issue or a pull/merge request within the repository of a forge (Gitea, GitLab, etc.)

Structs

  • Comments associated to an issue or a pull/merge request within the repository of a forge (Gitea, GitLab, etc.)
\ No newline at end of file diff --git a/f3_rs/comment/struct.Comment.html b/f3_rs/comment/struct.Comment.html index 5ea64aa..3b0de88 100644 --- a/f3_rs/comment/struct.Comment.html +++ b/f3_rs/comment/struct.Comment.html @@ -1,4 +1,4 @@ -Comment in f3_rs::comment - Rust

Struct f3_rs::comment::Comment

source ·
pub struct Comment {
+Comment in f3_rs::comment - Rust

Struct f3_rs::comment::Comment

source ·
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 Clone for Comment

source§

fn clone(&self) -> Comment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Comment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Comment

source§

fn default() -> Comment

Returns the “default value” for a type. Read more
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 more
source§

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 Clone for Comment

source§

fn clone(&self) -> Comment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Comment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Comment

source§

fn default() -> Comment

Returns the “default value” for a type. Read more
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 more
source§

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 by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Comment

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Comment

source§

impl StructuralEq for Comment

source§

impl StructuralPartialEq for Comment

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl Serialize for Comment

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Comment

source§

impl StructuralEq for Comment

source§

impl StructuralPartialEq for Comment

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

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
pub enum OpenCloseState {
+OpenCloseState in f3_rs - Rust
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 more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OpenCloseState

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for OpenCloseState

source§

fn default() -> Self

Returns the “default value” for a type. Read more
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 more
source§

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 more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OpenCloseState

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for OpenCloseState

source§

fn default() -> Self

Returns the “default value” for a type. Read more
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 more
source§

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 ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Serialize for OpenCloseState

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for OpenCloseState

source§

impl StructuralEq for OpenCloseState

source§

impl StructuralPartialEq for OpenCloseState

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl Serialize for OpenCloseState

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for OpenCloseState

source§

impl StructuralEq for OpenCloseState

source§

impl StructuralPartialEq for OpenCloseState

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

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

source§

impl Serialize for Identities

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Identities

source§

impl StructuralEq for Identities

source§

impl StructuralPartialEq for Identities

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

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

Crate f3_rs

source ·
Expand description

Welcome to F3 Documentation!

+f3_rs - Rust

Crate f3_rs

source ·
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

Modules