pub struct MBE<'a>(/* private fields */);
Trait Implementations§
Source§impl From<&mut _IRStmt__bindgen_ty_1__bindgen_ty_13> for MBE<'_>
impl From<&mut _IRStmt__bindgen_ty_1__bindgen_ty_13> for MBE<'_>
impl<'a> Copy for MBE<'a>
Auto Trait Implementations§
impl<'a> Freeze for MBE<'a>
impl<'a> RefUnwindSafe for MBE<'a>
impl<'a> !Send for MBE<'a>
impl<'a> !Sync for MBE<'a>
impl<'a> Unpin for MBE<'a>
impl<'a> UnwindSafe for MBE<'a>
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