pub struct ResultCommitId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ResultCommitId
impl Clone for ResultCommitId
Source§fn clone(&self) -> ResultCommitId
fn clone(&self) -> ResultCommitId
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 moreimpl Copy for ResultCommitId
Source§impl Debug for ResultCommitId
impl Debug for ResultCommitId
Source§impl<'de> Deserialize<'de> for ResultCommitId
impl<'de> Deserialize<'de> for ResultCommitId
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 ResultCommitId
impl Display for ResultCommitId
impl Eq for ResultCommitId
Source§impl FromStr for ResultCommitId
impl FromStr for ResultCommitId
Source§impl Hash for ResultCommitId
impl Hash for ResultCommitId
Source§impl Ord for ResultCommitId
impl Ord for ResultCommitId
Source§fn cmp(&self, other: &ResultCommitId) -> Ordering
fn cmp(&self, other: &ResultCommitId) -> 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 ResultCommitId
impl PartialEq for ResultCommitId
Source§impl PartialOrd for ResultCommitId
impl PartialOrd for ResultCommitId
Source§impl Serialize for ResultCommitId
impl Serialize for ResultCommitId
impl StructuralPartialEq for ResultCommitId
Auto Trait Implementations§
impl Freeze for ResultCommitId
impl RefUnwindSafe for ResultCommitId
impl Send for ResultCommitId
impl Sync for ResultCommitId
impl Unpin for ResultCommitId
impl UnsafeUnpin for ResultCommitId
impl UnwindSafe for ResultCommitId
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