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