pub enum Poly1305Algorithm {}
Expand description
Marker for the Poly1305 algorithm (type-level)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Poly1305Algorithm
impl RefUnwindSafe for Poly1305Algorithm
impl Send for Poly1305Algorithm
impl Sync for Poly1305Algorithm
impl Unpin for Poly1305Algorithm
impl UnwindSafe for Poly1305Algorithm
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