pub struct VRFKeyHash(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Implementations§
Source§impl VRFKeyHash
impl VRFKeyHash
Trait Implementations§
Source§impl Clone for VRFKeyHash
impl Clone for VRFKeyHash
Source§fn clone(&self) -> VRFKeyHash
fn clone(&self) -> VRFKeyHash
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 Debug for VRFKeyHash
impl Debug for VRFKeyHash
Source§impl Decode for VRFKeyHash
impl Decode for VRFKeyHash
Source§impl Display for VRFKeyHash
impl Display for VRFKeyHash
Source§impl Hash for VRFKeyHash
impl Hash for VRFKeyHash
Source§impl Ord for VRFKeyHash
impl Ord for VRFKeyHash
Source§fn cmp(&self, other: &VRFKeyHash) -> Ordering
fn cmp(&self, other: &VRFKeyHash) -> Ordering
1.21.0 · 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 VRFKeyHash
impl PartialEq for VRFKeyHash
Source§impl PartialOrd for VRFKeyHash
impl PartialOrd for VRFKeyHash
impl Eq for VRFKeyHash
impl StructuralPartialEq for VRFKeyHash
Auto Trait Implementations§
impl Freeze for VRFKeyHash
impl RefUnwindSafe for VRFKeyHash
impl Send for VRFKeyHash
impl Sync for VRFKeyHash
impl Unpin for VRFKeyHash
impl UnwindSafe for VRFKeyHash
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