pub struct GimliAead(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GimliAead
impl RefUnwindSafe for GimliAead
impl Send for GimliAead
impl Sync for GimliAead
impl Unpin for GimliAead
impl UnwindSafe for GimliAead
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