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 moreSource§impl Ord for SectorID
impl Ord for SectorID
Source§impl PartialOrd for SectorID
impl PartialOrd for SectorID
impl Copy for SectorID
impl Eq 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 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