pub struct SeqId(/* private fields */);Expand description
Stable identity of an editable sequence.
Trait Implementations§
impl Copy for SeqId
impl Eq for SeqId
Source§impl Key for SeqId
impl Key for SeqId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for SeqId
impl Ord for SeqId
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 SeqId
impl PartialOrd for SeqId
impl StructuralPartialEq for SeqId
Auto Trait Implementations§
impl Freeze for SeqId
impl RefUnwindSafe for SeqId
impl Send for SeqId
impl Sync for SeqId
impl Unpin for SeqId
impl UnsafeUnpin for SeqId
impl UnwindSafe for SeqId
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