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