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