pub struct NoTrustedStateSubdetail {
pub status: Status,
}Fields§
§status: StatusTrait Implementations§
source§impl Debug for NoTrustedStateSubdetail
impl Debug for NoTrustedStateSubdetail
Auto Trait Implementations§
impl RefUnwindSafe for NoTrustedStateSubdetail
impl Send for NoTrustedStateSubdetail
impl Sync for NoTrustedStateSubdetail
impl Unpin for NoTrustedStateSubdetail
impl UnwindSafe for NoTrustedStateSubdetail
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