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