From 85e8512bf41bd13871e107160408d4e9526c7b8b Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 8 Jul 2024 13:50:09 +0000 Subject: [PATCH] new deploy: 2024-07-08T13:50:09+00:00 --- f3_rs/comment/struct.Comment.html | 12 ++++++------ f3_rs/enum.OpenCloseState.html | 12 ++++++------ f3_rs/identities/struct.Identities.html | 12 ++++++------ f3_rs/issue/struct.Issue.html | 12 ++++++------ f3_rs/label/struct.Label.html | 12 ++++++------ f3_rs/milestone/struct.Milestone.html | 12 ++++++------ f3_rs/project/struct.Project.html | 12 ++++++------ f3_rs/pullrequest/struct.PullRequest.html | 12 ++++++------ f3_rs/pullrequest/struct.PullRequestRef.html | 12 ++++++------ f3_rs/reaction/struct.Reaction.html | 12 ++++++------ f3_rs/release/struct.Release.html | 12 ++++++------ f3_rs/release/struct.ReleaseAsset.html | 12 ++++++------ f3_rs/repository/struct.Repository.html | 12 ++++++------ f3_rs/review/enum.ReviewState.html | 12 ++++++------ f3_rs/review/struct.Review.html | 12 ++++++------ f3_rs/review/struct.ReviewComment.html | 12 ++++++------ f3_rs/topic/struct.Topic.html | 12 ++++++------ f3_rs/user/struct.User.html | 12 ++++++------ implementors/core/clone/trait.Clone.js | 2 +- implementors/core/cmp/trait.Eq.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/default/trait.Default.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.StructuralEq.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- 27 files changed, 117 insertions(+), 117 deletions(-) diff --git a/f3_rs/comment/struct.Comment.html b/f3_rs/comment/struct.Comment.html index 10f01d1..2a029dd 100644 --- a/f3_rs/comment/struct.Comment.html +++ b/f3_rs/comment/struct.Comment.html @@ -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§

§

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> 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.

@@ -30,5 +30,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/enum.OpenCloseState.html b/f3_rs/enum.OpenCloseState.html index d900545..73788c7 100644 --- a/f3_rs/enum.OpenCloseState.html +++ b/f3_rs/enum.OpenCloseState.html @@ -5,11 +5,11 @@ “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§

§

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> 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.

@@ -20,5 +20,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/identities/struct.Identities.html b/f3_rs/identities/struct.Identities.html index 6669b99..8bae7af 100644 --- a/f3_rs/identities/struct.Identities.html +++ b/f3_rs/identities/struct.Identities.html @@ -4,11 +4,11 @@ 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 more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for Identities

source§

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

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

impl Default for Identities

source§

fn default() -> Identities

Returns the “default value” for a type. Read more
source§

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

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

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

Performs copy-assignment from source. Read more
source§

impl Debug for Identities

source§

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

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

impl Default for Identities

source§

fn default() -> Identities

Returns the “default value” for a type. Read more
source§

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

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 ==.
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 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 +sufficient, and should not be overridden without very good reason.

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§

§

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> 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.

@@ -19,5 +19,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/issue/struct.Issue.html b/f3_rs/issue/struct.Issue.html index 13a8c7d..77e5649 100644 --- a/f3_rs/issue/struct.Issue.html +++ b/f3_rs/issue/struct.Issue.html @@ -31,11 +31,11 @@ and vice versa

§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 Clone for Issue

source§

fn clone(&self) -> Issue

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 Issue

source§

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

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

impl Default for Issue

source§

fn default() -> Issue

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

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

source§

fn clone(&self) -> Issue

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 Issue

source§

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

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

impl Default for Issue

source§

fn default() -> Issue

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

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 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 Issue

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 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> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl Serialize for Issue

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 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> 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.

@@ -46,5 +46,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/label/struct.Label.html b/f3_rs/label/struct.Label.html index b9ca494..6a9cec1 100644 --- a/f3_rs/label/struct.Label.html +++ b/f3_rs/label/struct.Label.html @@ -8,11 +8,11 @@ §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 Clone for Label

source§

fn clone(&self) -> Label

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 Label

source§

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

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

impl Default for Label

source§

fn default() -> Label

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

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

source§

fn clone(&self) -> Label

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 Label

source§

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

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

impl Default for Label

source§

fn default() -> Label

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

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 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 Label

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 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> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl Serialize for Label

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 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> 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.

@@ -23,5 +23,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/milestone/struct.Milestone.html b/f3_rs/milestone/struct.Milestone.html index 5b80c5f..ee4a134 100644 --- a/f3_rs/milestone/struct.Milestone.html +++ b/f3_rs/milestone/struct.Milestone.html @@ -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 Clone for Milestone

source§

fn clone(&self) -> Milestone

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 Milestone

source§

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

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

impl Default for Milestone

source§

fn default() -> Milestone

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

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

source§

fn clone(&self) -> Milestone

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 Milestone

source§

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

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

impl Default for Milestone

source§

fn default() -> Milestone

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

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 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 Milestone

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 Milestone

source§

impl StructuralEq for Milestone

source§

impl StructuralPartialEq for Milestone

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 Milestone

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 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> 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.

@@ -31,5 +31,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/project/struct.Project.html b/f3_rs/project/struct.Project.html index 31edab2..12710f8 100644 --- a/f3_rs/project/struct.Project.html +++ b/f3_rs/project/struct.Project.html @@ -19,11 +19,11 @@ §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 Clone for Project

source§

fn clone(&self) -> Project

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 Project

source§

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

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

impl Default for Project

source§

fn default() -> Project

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

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

source§

fn clone(&self) -> Project

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 Project

source§

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

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

impl Default for Project

source§

fn default() -> Project

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

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 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 Project

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 Project

source§

impl StructuralEq for Project

source§

impl StructuralPartialEq for Project

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 Project

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 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> 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.

@@ -34,5 +34,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/pullrequest/struct.PullRequest.html b/f3_rs/pullrequest/struct.PullRequest.html index 1c1ff23..e2c78a8 100644 --- a/f3_rs/pullrequest/struct.PullRequest.html +++ b/f3_rs/pullrequest/struct.PullRequest.html @@ -38,11 +38,11 @@ §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 more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for PullRequest

source§

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

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

impl Default for PullRequest

source§

fn default() -> PullRequest

Returns the “default value” for a type. Read more
source§

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

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

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

Performs copy-assignment from source. Read more
source§

impl Debug for PullRequest

source§

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

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

impl Default for PullRequest

source§

fn default() -> PullRequest

Returns the “default value” for a type. Read more
source§

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

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 ==.
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 PullRequest

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 PullRequest

source§

impl StructuralEq for PullRequest

source§

impl StructuralPartialEq for PullRequest

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 PullRequest

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 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> 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.

@@ -53,5 +53,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/pullrequest/struct.PullRequestRef.html b/f3_rs/pullrequest/struct.PullRequestRef.html index 6d440a1..ac1922b 100644 --- a/f3_rs/pullrequest/struct.PullRequestRef.html +++ b/f3_rs/pullrequest/struct.PullRequestRef.html @@ -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 more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for PullRequestRef

source§

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

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

impl Default for PullRequestRef

source§

fn default() -> PullRequestRef

Returns the “default value” for a type. Read more
source§

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

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

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

Performs copy-assignment from source. Read more
source§

impl Debug for PullRequestRef

source§

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

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

impl Default for PullRequestRef

source§

fn default() -> PullRequestRef

Returns the “default value” for a type. Read more
source§

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

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 ==.
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 PullRequestRef

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 PullRequestRef

source§

impl StructuralEq for PullRequestRef

source§

impl StructuralPartialEq for PullRequestRef

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 PullRequestRef

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 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> 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.

@@ -29,5 +29,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/reaction/struct.Reaction.html b/f3_rs/reaction/struct.Reaction.html index 50ebfc7..0922032 100644 --- a/f3_rs/reaction/struct.Reaction.html +++ b/f3_rs/reaction/struct.Reaction.html @@ -6,11 +6,11 @@

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

source§

fn clone(&self) -> Reaction

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 Reaction

source§

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

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

impl Default for Reaction

source§

fn default() -> Reaction

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

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

source§

fn clone(&self) -> Reaction

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 Reaction

source§

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

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

impl Default for Reaction

source§

fn default() -> Reaction

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

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 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 Reaction

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 Reaction

source§

impl StructuralEq for Reaction

source§

impl StructuralPartialEq for Reaction

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 Reaction

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 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> 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.

@@ -21,5 +21,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/release/struct.Release.html b/f3_rs/release/struct.Release.html index 7f44d5f..eb619e5 100644 --- a/f3_rs/release/struct.Release.html +++ b/f3_rs/release/struct.Release.html @@ -27,11 +27,11 @@ branch or commit SHA. Unused if the Git tag already exists.

§assets: Option<Vec<ReleaseAsset>>

List of assets associated with the release.

§created: String

Creation time

§published: String

Publication time.

-

Trait Implementations§

source§

impl Clone for Release

source§

fn clone(&self) -> Release

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 Release

source§

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

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

impl Default for Release

source§

fn default() -> Release

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

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

source§

fn clone(&self) -> Release

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 Release

source§

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

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

impl Default for Release

source§

fn default() -> Release

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

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 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 Release

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 Release

source§

impl StructuralEq for Release

source§

impl StructuralPartialEq for Release

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 Release

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 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> 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.

@@ -42,5 +42,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/release/struct.ReleaseAsset.html b/f3_rs/release/struct.ReleaseAsset.html index 79b2ea2..feb325d 100644 --- a/f3_rs/release/struct.ReleaseAsset.html +++ b/f3_rs/release/struct.ReleaseAsset.html @@ -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 more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for ReleaseAsset

source§

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

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

impl Default for ReleaseAsset

source§

fn default() -> ReleaseAsset

Returns the “default value” for a type. Read more
source§

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

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

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

Performs copy-assignment from source. Read more
source§

impl Debug for ReleaseAsset

source§

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

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

impl Default for ReleaseAsset

source§

fn default() -> ReleaseAsset

Returns the “default value” for a type. Read more
source§

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

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 ==.
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 ReleaseAsset

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 ReleaseAsset

source§

impl StructuralEq for ReleaseAsset

source§

impl StructuralPartialEq for ReleaseAsset

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 ReleaseAsset

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 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> 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.

@@ -31,5 +31,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/repository/struct.Repository.html b/f3_rs/repository/struct.Repository.html index 3036b8b..df95b76 100644 --- a/f3_rs/repository/struct.Repository.html +++ b/f3_rs/repository/struct.Repository.html @@ -2,11 +2,11 @@ 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 more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for Repository

source§

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

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

impl Default for Repository

source§

fn default() -> Repository

Returns the “default value” for a type. Read more
source§

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

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

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

Performs copy-assignment from source. Read more
source§

impl Debug for Repository

source§

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

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

impl Default for Repository

source§

fn default() -> Repository

Returns the “default value” for a type. Read more
source§

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

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 ==.
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 Repository

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 Repository

source§

impl StructuralEq for Repository

source§

impl StructuralPartialEq for Repository

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 Repository

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 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> 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.

@@ -17,5 +17,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/review/enum.ReviewState.html b/f3_rs/review/enum.ReviewState.html index 4bbf7de..9a4a751 100644 --- a/f3_rs/review/enum.ReviewState.html +++ b/f3_rs/review/enum.ReviewState.html @@ -4,11 +4,11 @@ ChangesRequested, Commented, }
Expand description

State of the review.

-

Variants§

§

Pending

§

Approved

§

ChangesRequested

§

Commented

Trait Implementations§

source§

impl Clone for ReviewState

source§

fn clone(&self) -> ReviewState

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 ReviewState

source§

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

Formats the value using the given formatter. Read more
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 more
source§

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§

§

Pending

§

Approved

§

ChangesRequested

§

Commented

Trait Implementations§

source§

impl Clone for ReviewState

source§

fn clone(&self) -> ReviewState

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 ReviewState

source§

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

Formats the value using the given formatter. Read more
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 more
source§

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 ==.
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 ReviewState

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 ReviewState

source§

impl StructuralEq for ReviewState

source§

impl StructuralPartialEq for ReviewState

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 ReviewState

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 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> 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.

@@ -19,5 +19,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/review/struct.Review.html b/f3_rs/review/struct.Review.html index b863464..f5e9732 100644 --- a/f3_rs/review/struct.Review.html +++ b/f3_rs/review/struct.Review.html @@ -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 Clone for Review

source§

fn clone(&self) -> Review

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 Review

source§

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

Formats the value using the given formatter. Read more
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 more
source§

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

source§

fn clone(&self) -> Review

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 Review

source§

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

Formats the value using the given formatter. Read more
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 more
source§

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 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 Review

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 Review

source§

impl StructuralEq for Review

source§

impl StructuralPartialEq for Review

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 Review

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 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> 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.

@@ -33,5 +33,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/review/struct.ReviewComment.html b/f3_rs/review/struct.ReviewComment.html index 608e84b..c0bb23a 100644 --- a/f3_rs/review/struct.ReviewComment.html +++ b/f3_rs/review/struct.ReviewComment.html @@ -31,11 +31,11 @@ comment outdated if a subsequent commit modifies the line you specify as the pos §created_at: String

Creation time

§updated_at: String

Last update time

§reactions: Option<Vec<Reaction>>

List of reactions

-

Trait Implementations§

source§

impl Clone for ReviewComment

source§

fn clone(&self) -> ReviewComment

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 ReviewComment

source§

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

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

impl<'de> Deserialize<'de> for ReviewComment

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<ReviewComment> for ReviewComment

source§

fn eq(&self, other: &ReviewComment) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ReviewComment

source§

fn clone(&self) -> ReviewComment

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 ReviewComment

source§

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

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

impl<'de> Deserialize<'de> for ReviewComment

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<ReviewComment> for ReviewComment

source§

fn eq(&self, other: &ReviewComment) -> 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 ReviewComment

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 ReviewComment

source§

impl StructuralEq for ReviewComment

source§

impl StructuralPartialEq for ReviewComment

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 ReviewComment

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 ReviewComment

source§

impl StructuralEq for ReviewComment

source§

impl StructuralPartialEq for ReviewComment

Auto Trait Implementations§

§

impl RefUnwindSafe for ReviewComment

§

impl Send for ReviewComment

§

impl Sync for ReviewComment

§

impl Unpin for ReviewComment

§

impl UnwindSafe for ReviewComment

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.

@@ -46,5 +46,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/topic/struct.Topic.html b/f3_rs/topic/struct.Topic.html index 355bd55..638991f 100644 --- a/f3_rs/topic/struct.Topic.html +++ b/f3_rs/topic/struct.Topic.html @@ -4,11 +4,11 @@ }
Expand description

A list of categories associated with a project.

Fields§

§index: usize

Unique identifier of the topic

§name: String

Name of the category the project belongs to

-

Trait Implementations§

source§

impl Clone for Topic

source§

fn clone(&self) -> Topic

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 Topic

source§

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

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

impl Default for Topic

source§

fn default() -> Topic

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Topic

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<Topic> for Topic

source§

fn eq(&self, other: &Topic) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Topic

source§

fn clone(&self) -> Topic

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 Topic

source§

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

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

impl Default for Topic

source§

fn default() -> Topic

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Topic

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<Topic> for Topic

source§

fn eq(&self, other: &Topic) -> 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 Topic

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 Topic

source§

impl StructuralEq for Topic

source§

impl StructuralPartialEq for Topic

Auto Trait Implementations§

§

impl RefUnwindSafe for Topic

§

impl Send for Topic

§

impl Sync for Topic

§

impl Unpin for Topic

§

impl UnwindSafe for Topic

Blanket Implementations§

source§

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

source§

impl Serialize for Topic

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 Topic

source§

impl StructuralEq for Topic

source§

impl StructuralPartialEq for Topic

Auto Trait Implementations§

§

impl RefUnwindSafe for Topic

§

impl Send for Topic

§

impl Sync for Topic

§

impl Unpin for Topic

§

impl UnwindSafe for Topic

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.

@@ -19,5 +19,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/f3_rs/user/struct.User.html b/f3_rs/user/struct.User.html index 76208bd..c462227 100644 --- a/f3_rs/user/struct.User.html +++ b/f3_rs/user/struct.User.html @@ -10,11 +10,11 @@ §username: String

Unique name readable name of the user

§email: Option<String>

Mail of the user

§password: String

Password of the user

-

Trait Implementations§

source§

impl Clone for User

source§

fn clone(&self) -> User

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 User

source§

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

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

impl Default for User

source§

fn default() -> User

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for User

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<User> for User

source§

fn eq(&self, other: &User) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for User

source§

fn clone(&self) -> User

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 User

source§

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

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

impl Default for User

source§

fn default() -> User

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for User

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<User> for User

source§

fn eq(&self, other: &User) -> 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 User

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 User

source§

impl StructuralEq for User

source§

impl StructuralPartialEq for User

Auto Trait Implementations§

§

impl RefUnwindSafe for User

§

impl Send for User

§

impl Sync for User

§

impl Unpin for User

§

impl UnwindSafe for User

Blanket Implementations§

source§

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

source§

impl Serialize for User

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 User

source§

impl StructuralEq for User

source§

impl StructuralPartialEq for User

Auto Trait Implementations§

§

impl RefUnwindSafe for User

§

impl Send for User

§

impl Sync for User

§

impl Unpin for User

§

impl UnwindSafe for User

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.

@@ -25,5 +25,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index 179b576..56a5a79 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl Clone for Release"],["impl Clone for OpenCloseState"],["impl Clone for Project"],["impl Clone for Identities"],["impl Clone for Label"],["impl Clone for Comment"],["impl Clone for PullRequest"],["impl Clone for Issue"],["impl Clone for Repository"],["impl Clone for PullRequestRef"],["impl Clone for Milestone"],["impl Clone for ReviewState"],["impl Clone for ReleaseAsset"],["impl Clone for Review"],["impl Clone for Topic"],["impl Clone for ReviewComment"],["impl Clone for User"],["impl Clone for Reaction"]] +"f3_rs":[["impl Clone for PullRequestRef"],["impl Clone for Topic"],["impl Clone for Identities"],["impl Clone for Label"],["impl Clone for ReleaseAsset"],["impl Clone for Review"],["impl Clone for PullRequest"],["impl Clone for Project"],["impl Clone for User"],["impl Clone for OpenCloseState"],["impl Clone for Release"],["impl Clone for Reaction"],["impl Clone for Comment"],["impl Clone for Milestone"],["impl Clone for ReviewState"],["impl Clone for Repository"],["impl Clone for Issue"],["impl Clone for ReviewComment"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js index 58cbd80..4d1604c 100644 --- a/implementors/core/cmp/trait.Eq.js +++ b/implementors/core/cmp/trait.Eq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl Eq for Issue"],["impl Eq for Repository"],["impl Eq for ReviewState"],["impl Eq for Release"],["impl Eq for Reaction"],["impl Eq for OpenCloseState"],["impl Eq for User"],["impl Eq for PullRequest"],["impl Eq for Topic"],["impl Eq for ReleaseAsset"],["impl Eq for Milestone"],["impl Eq for PullRequestRef"],["impl Eq for Review"],["impl Eq for ReviewComment"],["impl Eq for Comment"],["impl Eq for Project"],["impl Eq for Label"],["impl Eq for Identities"]] +"f3_rs":[["impl Eq for PullRequest"],["impl Eq for Issue"],["impl Eq for PullRequestRef"],["impl Eq for Project"],["impl Eq for Repository"],["impl Eq for User"],["impl Eq for ReleaseAsset"],["impl Eq for Release"],["impl Eq for ReviewState"],["impl Eq for Label"],["impl Eq for Identities"],["impl Eq for Reaction"],["impl Eq for Review"],["impl Eq for Topic"],["impl Eq for Comment"],["impl Eq for Milestone"],["impl Eq for OpenCloseState"],["impl Eq for ReviewComment"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index 46a25a2..5f6fed0 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl PartialEq<Comment> for Comment"],["impl PartialEq<User> for User"],["impl PartialEq<Reaction> for Reaction"],["impl PartialEq<ReleaseAsset> for ReleaseAsset"],["impl PartialEq<PullRequestRef> for PullRequestRef"],["impl PartialEq<ReviewState> for ReviewState"],["impl PartialEq<PullRequest> for PullRequest"],["impl PartialEq<Project> for Project"],["impl PartialEq<Issue> for Issue"],["impl PartialEq<Release> for Release"],["impl PartialEq<Repository> for Repository"],["impl PartialEq<Topic> for Topic"],["impl PartialEq<Review> for Review"],["impl PartialEq<Identities> for Identities"],["impl PartialEq<OpenCloseState> for OpenCloseState"],["impl PartialEq<Label> for Label"],["impl PartialEq<ReviewComment> for ReviewComment"],["impl PartialEq<Milestone> for Milestone"]] +"f3_rs":[["impl PartialEq<Release> for Release"],["impl PartialEq<ReviewState> for ReviewState"],["impl PartialEq<User> for User"],["impl PartialEq<ReleaseAsset> for ReleaseAsset"],["impl PartialEq<Label> for Label"],["impl PartialEq<Issue> for Issue"],["impl PartialEq<PullRequestRef> for PullRequestRef"],["impl PartialEq<Milestone> for Milestone"],["impl PartialEq<OpenCloseState> for OpenCloseState"],["impl PartialEq<PullRequest> for PullRequest"],["impl PartialEq<Topic> for Topic"],["impl PartialEq<Review> for Review"],["impl PartialEq<Identities> for Identities"],["impl PartialEq<Comment> for Comment"],["impl PartialEq<Project> for Project"],["impl PartialEq<ReviewComment> for ReviewComment"],["impl PartialEq<Reaction> for Reaction"],["impl PartialEq<Repository> for Repository"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/default/trait.Default.js b/implementors/core/default/trait.Default.js index dc22eb8..36611cf 100644 --- a/implementors/core/default/trait.Default.js +++ b/implementors/core/default/trait.Default.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl Default for Identities"],["impl Default for Topic"],["impl Default for Milestone"],["impl Default for Label"],["impl Default for Release"],["impl Default for ReleaseAsset"],["impl Default for Comment"],["impl Default for Project"],["impl Default for Reaction"],["impl Default for PullRequest"],["impl Default for Repository"],["impl Default for PullRequestRef"],["impl Default for Issue"],["impl Default for OpenCloseState"],["impl Default for User"]] +"f3_rs":[["impl Default for Topic"],["impl Default for PullRequestRef"],["impl Default for Repository"],["impl Default for OpenCloseState"],["impl Default for Label"],["impl Default for PullRequest"],["impl Default for Reaction"],["impl Default for Release"],["impl Default for ReleaseAsset"],["impl Default for Comment"],["impl Default for User"],["impl Default for Milestone"],["impl Default for Project"],["impl Default for Issue"],["impl Default for Identities"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index 4300310..82e3c6e 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl Debug for Release"],["impl Debug for ReviewComment"],["impl Debug for PullRequestRef"],["impl Debug for Label"],["impl Debug for Repository"],["impl Debug for Issue"],["impl Debug for Reaction"],["impl Debug for Project"],["impl Debug for Review"],["impl Debug for ReviewState"],["impl Debug for Milestone"],["impl Debug for Identities"],["impl Debug for OpenCloseState"],["impl Debug for User"],["impl Debug for ReleaseAsset"],["impl Debug for PullRequest"],["impl Debug for Comment"],["impl Debug for Topic"]] +"f3_rs":[["impl Debug for OpenCloseState"],["impl Debug for Comment"],["impl Debug for Review"],["impl Debug for PullRequest"],["impl Debug for Identities"],["impl Debug for User"],["impl Debug for ReleaseAsset"],["impl Debug for Label"],["impl Debug for Issue"],["impl Debug for Topic"],["impl Debug for Repository"],["impl Debug for Release"],["impl Debug for ReviewState"],["impl Debug for PullRequestRef"],["impl Debug for Project"],["impl Debug for ReviewComment"],["impl Debug for Reaction"],["impl Debug for Milestone"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js index bbe31f2..f4c97e2 100644 --- a/implementors/core/marker/trait.StructuralEq.js +++ b/implementors/core/marker/trait.StructuralEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl StructuralEq for PullRequest"],["impl StructuralEq for Issue"],["impl StructuralEq for Label"],["impl StructuralEq for Project"],["impl StructuralEq for Review"],["impl StructuralEq for ReviewComment"],["impl StructuralEq for Milestone"],["impl StructuralEq for ReleaseAsset"],["impl StructuralEq for Release"],["impl StructuralEq for User"],["impl StructuralEq for OpenCloseState"],["impl StructuralEq for Topic"],["impl StructuralEq for Comment"],["impl StructuralEq for Identities"],["impl StructuralEq for Repository"],["impl StructuralEq for PullRequestRef"],["impl StructuralEq for ReviewState"],["impl StructuralEq for Reaction"]] +"f3_rs":[["impl StructuralEq for Label"],["impl StructuralEq for Project"],["impl StructuralEq for User"],["impl StructuralEq for OpenCloseState"],["impl StructuralEq for Issue"],["impl StructuralEq for Reaction"],["impl StructuralEq for Comment"],["impl StructuralEq for Repository"],["impl StructuralEq for ReleaseAsset"],["impl StructuralEq for Review"],["impl StructuralEq for Milestone"],["impl StructuralEq for Identities"],["impl StructuralEq for Topic"],["impl StructuralEq for PullRequestRef"],["impl StructuralEq for Release"],["impl StructuralEq for ReviewState"],["impl StructuralEq for PullRequest"],["impl StructuralEq for ReviewComment"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index f919f98..6608700 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl StructuralPartialEq for PullRequest"],["impl StructuralPartialEq for ReleaseAsset"],["impl StructuralPartialEq for Review"],["impl StructuralPartialEq for Label"],["impl StructuralPartialEq for Release"],["impl StructuralPartialEq for Reaction"],["impl StructuralPartialEq for Milestone"],["impl StructuralPartialEq for Topic"],["impl StructuralPartialEq for OpenCloseState"],["impl StructuralPartialEq for ReviewComment"],["impl StructuralPartialEq for User"],["impl StructuralPartialEq for Project"],["impl StructuralPartialEq for Repository"],["impl StructuralPartialEq for Identities"],["impl StructuralPartialEq for Comment"],["impl StructuralPartialEq for Issue"],["impl StructuralPartialEq for PullRequestRef"],["impl StructuralPartialEq for ReviewState"]] +"f3_rs":[["impl StructuralPartialEq for Issue"],["impl StructuralPartialEq for ReviewState"],["impl StructuralPartialEq for Identities"],["impl StructuralPartialEq for Reaction"],["impl StructuralPartialEq for PullRequestRef"],["impl StructuralPartialEq for Release"],["impl StructuralPartialEq for ReviewComment"],["impl StructuralPartialEq for Project"],["impl StructuralPartialEq for OpenCloseState"],["impl StructuralPartialEq for Review"],["impl StructuralPartialEq for User"],["impl StructuralPartialEq for Label"],["impl StructuralPartialEq for PullRequest"],["impl StructuralPartialEq for Milestone"],["impl StructuralPartialEq for Repository"],["impl StructuralPartialEq for ReleaseAsset"],["impl StructuralPartialEq for Comment"],["impl StructuralPartialEq for Topic"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/de/trait.Deserialize.js b/implementors/serde/de/trait.Deserialize.js index 854e0c7..dca63c3 100644 --- a/implementors/serde/de/trait.Deserialize.js +++ b/implementors/serde/de/trait.Deserialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl<'de> Deserialize<'de> for ReleaseAsset"],["impl<'de> Deserialize<'de> for Topic"],["impl<'de> Deserialize<'de> for Identities"],["impl<'de> Deserialize<'de> for Reaction"],["impl<'de> Deserialize<'de> for Comment"],["impl<'de> Deserialize<'de> for Repository"],["impl<'de> Deserialize<'de> for Milestone"],["impl<'de> Deserialize<'de> for Issue"],["impl<'de> Deserialize<'de> for Project"],["impl<'de> Deserialize<'de> for User"],["impl<'de> Deserialize<'de> for ReviewComment"],["impl<'de> Deserialize<'de> for PullRequestRef"],["impl<'de> Deserialize<'de> for Release"],["impl<'de> Deserialize<'de> for Review"],["impl<'de> Deserialize<'de> for Label"],["impl<'de> Deserialize<'de> for PullRequest"],["impl<'de> Deserialize<'de> for ReviewState"],["impl<'de> Deserialize<'de> for OpenCloseState"]] +"f3_rs":[["impl<'de> Deserialize<'de> for Release"],["impl<'de> Deserialize<'de> for Topic"],["impl<'de> Deserialize<'de> for PullRequestRef"],["impl<'de> Deserialize<'de> for Issue"],["impl<'de> Deserialize<'de> for Milestone"],["impl<'de> Deserialize<'de> for User"],["impl<'de> Deserialize<'de> for ReviewComment"],["impl<'de> Deserialize<'de> for ReviewState"],["impl<'de> Deserialize<'de> for OpenCloseState"],["impl<'de> Deserialize<'de> for Identities"],["impl<'de> Deserialize<'de> for Label"],["impl<'de> Deserialize<'de> for Reaction"],["impl<'de> Deserialize<'de> for PullRequest"],["impl<'de> Deserialize<'de> for Comment"],["impl<'de> Deserialize<'de> for ReleaseAsset"],["impl<'de> Deserialize<'de> for Repository"],["impl<'de> Deserialize<'de> for Project"],["impl<'de> Deserialize<'de> for Review"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/ser/trait.Serialize.js b/implementors/serde/ser/trait.Serialize.js index 215fd41..3e58519 100644 --- a/implementors/serde/ser/trait.Serialize.js +++ b/implementors/serde/ser/trait.Serialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"f3_rs":[["impl Serialize for ReviewComment"],["impl Serialize for Project"],["impl Serialize for Comment"],["impl Serialize for Label"],["impl Serialize for ReviewState"],["impl Serialize for Topic"],["impl Serialize for Reaction"],["impl Serialize for Release"],["impl Serialize for Milestone"],["impl Serialize for PullRequest"],["impl Serialize for PullRequestRef"],["impl Serialize for OpenCloseState"],["impl Serialize for Issue"],["impl Serialize for Repository"],["impl Serialize for User"],["impl Serialize for Identities"],["impl Serialize for Review"],["impl Serialize for ReleaseAsset"]] +"f3_rs":[["impl Serialize for PullRequest"],["impl Serialize for Reaction"],["impl Serialize for Release"],["impl Serialize for Identities"],["impl Serialize for Issue"],["impl Serialize for Comment"],["impl Serialize for ReviewState"],["impl Serialize for Topic"],["impl Serialize for PullRequestRef"],["impl Serialize for Review"],["impl Serialize for Repository"],["impl Serialize for ReleaseAsset"],["impl Serialize for OpenCloseState"],["impl Serialize for Milestone"],["impl Serialize for User"],["impl Serialize for ReviewComment"],["impl Serialize for Project"],["impl Serialize for Label"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file