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