pub struct _IMINLINER { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for _IMINLINER
impl RefUnwindSafe for _IMINLINER
impl Send for _IMINLINER
impl Sync for _IMINLINER
impl Unpin for _IMINLINER
impl UnwindSafe for _IMINLINER
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