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