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