pub struct ResolutionReasonId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ResolutionReasonId
impl Clone for ResolutionReasonId
Source§fn clone(&self) -> ResolutionReasonId
fn clone(&self) -> ResolutionReasonId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolutionReasonId
impl Debug for ResolutionReasonId
Source§impl<'de> Deserialize<'de> for ResolutionReasonId
impl<'de> Deserialize<'de> for ResolutionReasonId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
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 Display for ResolutionReasonId
impl Display for ResolutionReasonId
impl Eq for ResolutionReasonId
Source§impl From<ResolutionReasonId> for String
impl From<ResolutionReasonId> for String
Source§fn from(value: ResolutionReasonId) -> Self
fn from(value: ResolutionReasonId) -> Self
Converts to this type from the input type.
Source§impl Hash for ResolutionReasonId
impl Hash for ResolutionReasonId
Source§impl Ord for ResolutionReasonId
impl Ord for ResolutionReasonId
Source§fn cmp(&self, other: &ResolutionReasonId) -> Ordering
fn cmp(&self, other: &ResolutionReasonId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResolutionReasonId
impl PartialEq for ResolutionReasonId
Source§impl PartialOrd for ResolutionReasonId
impl PartialOrd for ResolutionReasonId
Source§impl Serialize for ResolutionReasonId
impl Serialize for ResolutionReasonId
impl StructuralPartialEq for ResolutionReasonId
Auto Trait Implementations§
impl Freeze for ResolutionReasonId
impl RefUnwindSafe for ResolutionReasonId
impl Send for ResolutionReasonId
impl Sync for ResolutionReasonId
impl Unpin for ResolutionReasonId
impl UnsafeUnpin for ResolutionReasonId
impl UnwindSafe for ResolutionReasonId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more