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