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