pub struct SequenceLength(/* private fields */);Expand description
A sequence length value.
Implementations§
Trait Implementations§
Source§impl Clone for SequenceLength
impl Clone for SequenceLength
Source§fn clone(&self) -> SequenceLength
fn clone(&self) -> SequenceLength
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 moreSource§impl Debug for SequenceLength
impl Debug for SequenceLength
Source§impl Display for SequenceLength
impl Display for SequenceLength
Source§impl Hash for SequenceLength
impl Hash for SequenceLength
Source§impl Ord for SequenceLength
impl Ord for SequenceLength
Source§fn cmp(&self, other: &SequenceLength) -> Ordering
fn cmp(&self, other: &SequenceLength) -> 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 SequenceLength
impl PartialEq for SequenceLength
Source§fn eq(&self, other: &SequenceLength) -> bool
fn eq(&self, other: &SequenceLength) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SequenceLength
impl PartialOrd for SequenceLength
impl Copy for SequenceLength
impl Eq for SequenceLength
impl StructuralPartialEq for SequenceLength
Auto Trait Implementations§
impl Freeze for SequenceLength
impl RefUnwindSafe for SequenceLength
impl Send for SequenceLength
impl Sync for SequenceLength
impl Unpin for SequenceLength
impl UnsafeUnpin for SequenceLength
impl UnwindSafe for SequenceLength
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