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