pub struct PowHash(/* private fields */);Implementations§
Trait Implementations§
impl Copy for PowHash
impl Eq for PowHash
Source§impl Ord for PowHash
impl Ord for PowHash
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 PowHash
impl PartialOrd for PowHash
impl StructuralPartialEq for PowHash
Auto Trait Implementations§
impl Freeze for PowHash
impl RefUnwindSafe for PowHash
impl Send for PowHash
impl Sync for PowHash
impl Unpin for PowHash
impl UnsafeUnpin for PowHash
impl UnwindSafe for PowHash
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