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