pub enum SignetBlockScriptTag {}Expand description
A signet block challenge script.
Trait Implementations§
Source§impl Clone for SignetBlockScriptTag
impl Clone for SignetBlockScriptTag
Source§fn clone(&self) -> SignetBlockScriptTag
fn clone(&self) -> SignetBlockScriptTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignetBlockScriptTag
impl Debug for SignetBlockScriptTag
impl Eq for SignetBlockScriptTag
Source§impl Hash for SignetBlockScriptTag
impl Hash for SignetBlockScriptTag
Source§impl Ord for SignetBlockScriptTag
impl Ord for SignetBlockScriptTag
Source§fn cmp(&self, other: &SignetBlockScriptTag) -> Ordering
fn cmp(&self, other: &SignetBlockScriptTag) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SignetBlockScriptTag
impl PartialEq for SignetBlockScriptTag
Source§impl PartialOrd for SignetBlockScriptTag
impl PartialOrd for SignetBlockScriptTag
impl StructuralPartialEq for SignetBlockScriptTag
impl Tag for SignetBlockScriptTag
Auto Trait Implementations§
impl Freeze for SignetBlockScriptTag
impl RefUnwindSafe for SignetBlockScriptTag
impl Send for SignetBlockScriptTag
impl Sync for SignetBlockScriptTag
impl Unpin for SignetBlockScriptTag
impl UnsafeUnpin for SignetBlockScriptTag
impl UnwindSafe for SignetBlockScriptTag
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