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