pub enum IntegerOffset {}Auto Trait Implementations§
impl Freeze for IntegerOffset
impl RefUnwindSafe for IntegerOffset
impl Send for IntegerOffset
impl Sync for IntegerOffset
impl Unpin for IntegerOffset
impl UnwindSafe for IntegerOffset
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