pub enum SigningHash {
Sha256,
Sha256d,
}Variants§
Trait Implementations§
Source§impl Clone for SigningHash
impl Clone for SigningHash
Source§fn clone(&self) -> SigningHash
fn clone(&self) -> SigningHash
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SigningHash
impl PartialEq for SigningHash
impl Copy for SigningHash
impl Eq for SigningHash
impl StructuralPartialEq for SigningHash
Auto Trait Implementations§
impl Freeze for SigningHash
impl RefUnwindSafe for SigningHash
impl Send for SigningHash
impl Sync for SigningHash
impl Unpin for SigningHash
impl UnwindSafe for SigningHash
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