pub struct TapLeafTag;
Expand description
The tag used for [$newtype].
Trait Implementations§
Source§impl Tag for TapLeafTag
impl Tag for TapLeafTag
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 TapLeafTag
impl RefUnwindSafe for TapLeafTag
impl Send for TapLeafTag
impl Sync for TapLeafTag
impl Unpin for TapLeafTag
impl UnwindSafe for TapLeafTag
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