pub struct ProfileRevision { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ProfileRevision
impl Clone for ProfileRevision
Source§fn clone(&self) -> ProfileRevision
fn clone(&self) -> ProfileRevision
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 ProfileRevision
Source§impl Debug for ProfileRevision
impl Debug for ProfileRevision
impl Eq for ProfileRevision
Source§impl Hash for ProfileRevision
impl Hash for ProfileRevision
Source§impl Ord for ProfileRevision
impl Ord for ProfileRevision
Source§fn cmp(&self, other: &ProfileRevision) -> Ordering
fn cmp(&self, other: &ProfileRevision) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ProfileRevision
impl PartialEq for ProfileRevision
Source§impl PartialOrd for ProfileRevision
impl PartialOrd for ProfileRevision
impl StructuralPartialEq for ProfileRevision
Auto Trait Implementations§
impl Freeze for ProfileRevision
impl RefUnwindSafe for ProfileRevision
impl Send for ProfileRevision
impl Sync for ProfileRevision
impl Unpin for ProfileRevision
impl UnsafeUnpin for ProfileRevision
impl UnwindSafe for ProfileRevision
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