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