pub struct ParamHash(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
Source§impl Ord for ParamHash
impl Ord for ParamHash
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 PartialOrd for ParamHash
impl PartialOrd for ParamHash
impl Copy for ParamHash
impl Eq for ParamHash
impl StructuralPartialEq for ParamHash
Auto Trait Implementations§
impl Freeze for ParamHash
impl RefUnwindSafe for ParamHash
impl Send for ParamHash
impl Sync for ParamHash
impl Unpin for ParamHash
impl UnsafeUnpin for ParamHash
impl UnwindSafe for ParamHash
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