pub struct TapTweakTag;
Expand description
The tag used for [$newtype].
Trait Implementations§
Source§impl Tag for TapTweakTag
impl Tag for TapTweakTag
Source§fn engine() -> HashEngine
fn engine() -> HashEngine
Returns a hash engine that is pre-tagged and is ready
to be used for the data.
Auto Trait Implementations§
impl Freeze for TapTweakTag
impl RefUnwindSafe for TapTweakTag
impl Send for TapTweakTag
impl Sync for TapTweakTag
impl Unpin for TapTweakTag
impl UnwindSafe for TapTweakTag
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