pub struct Seed64(/* private fields */);Expand description
Strongly-typed 64-byte seed material used by canonical constructors.
Implementations§
Trait Implementations§
impl Copy for Seed64
impl Eq for Seed64
impl StructuralPartialEq for Seed64
Auto Trait Implementations§
impl Freeze for Seed64
impl RefUnwindSafe for Seed64
impl Send for Seed64
impl Sync for Seed64
impl Unpin for Seed64
impl UnsafeUnpin for Seed64
impl UnwindSafe for Seed64
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