pub struct AsmParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsmParser
impl RefUnwindSafe for AsmParser
impl Send for AsmParser
impl Sync for AsmParser
impl Unpin for AsmParser
impl UnwindSafe for AsmParser
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