pub struct AffirmStatus;Expand description
AffirmStatus (940).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AffirmStatus
impl RefUnwindSafe for AffirmStatus
impl Send for AffirmStatus
impl Sync for AffirmStatus
impl Unpin for AffirmStatus
impl UnsafeUnpin for AffirmStatus
impl UnwindSafe for AffirmStatus
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