pub struct InlineArg { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for InlineArg
impl !Sync for InlineArg
impl Freeze for InlineArg
impl RefUnwindSafe for InlineArg
impl Unpin for InlineArg
impl UnsafeUnpin for InlineArg
impl UnwindSafe for InlineArg
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