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