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