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