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