pub struct SectorID(/* private fields */);Trait Implementations§
Source§impl<I: Into<u64>> AddAssign<I> for SectorID
impl<I: Into<u64>> AddAssign<I> for SectorID
Source§fn add_assign(&mut self, rhs: I)
fn add_assign(&mut self, rhs: I)
Performs the
+= operation. Read moreimpl Copy for SectorID
impl Eq for SectorID
Source§impl Ord for SectorID
impl Ord for SectorID
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 SectorID
impl PartialOrd for SectorID
impl StructuralPartialEq for SectorID
Auto Trait Implementations§
impl Freeze for SectorID
impl RefUnwindSafe for SectorID
impl Send for SectorID
impl Sync for SectorID
impl Unpin for SectorID
impl UnsafeUnpin for SectorID
impl UnwindSafe for SectorID
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