pub struct StatusArg { /* private fields */ }Expand description
“status-arg”.
Implementations§
Trait Implementations§
impl StructuralPartialEq for StatusArg
Auto Trait Implementations§
impl Freeze for StatusArg
impl RefUnwindSafe for StatusArg
impl Send for StatusArg
impl Sync for StatusArg
impl Unpin for StatusArg
impl UnwindSafe for StatusArg
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