Struct move_stackless_bytecode::access_path::AddrDisplay
source · [−]pub struct AddrDisplay<'a> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AddrDisplay<'a>
impl<'a> !Send for AddrDisplay<'a>
impl<'a> !Sync for AddrDisplay<'a>
impl<'a> Unpin for AddrDisplay<'a>
impl<'a> !UnwindSafe for AddrDisplay<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more