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