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