pub struct Accession(/* private fields */);Expand description
A non-empty sequence accession.
Implementations§
Trait Implementations§
Source§impl Ord for Accession
impl Ord for Accession
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 PartialOrd for Accession
impl PartialOrd for Accession
impl Eq for Accession
impl StructuralPartialEq for Accession
Auto Trait Implementations§
impl Freeze for Accession
impl RefUnwindSafe for Accession
impl Send for Accession
impl Sync for Accession
impl Unpin for Accession
impl UnsafeUnpin for Accession
impl UnwindSafe for Accession
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