pub struct CredentialUpdateSessionStatus { /* private fields */ }
Trait Implementations
sourceimpl Debug for CredentialUpdateSessionStatus
impl Debug for CredentialUpdateSessionStatus
sourceimpl Into<CUStatus> for CredentialUpdateSessionStatus
impl Into<CUStatus> for CredentialUpdateSessionStatus
Auto Trait Implementations
impl RefUnwindSafe for CredentialUpdateSessionStatus
impl Send for CredentialUpdateSessionStatus
impl Sync for CredentialUpdateSessionStatus
impl Unpin for CredentialUpdateSessionStatus
impl UnwindSafe for CredentialUpdateSessionStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more