Struct rustpython_common::hash::HashSecret
source · pub struct HashSecret { /* private fields */ }
Implementations§
Trait Implementations§
source§impl BuildHasher for HashSecret
impl BuildHasher for HashSecret
source§impl Distribution<HashSecret> for Standard
impl Distribution<HashSecret> for Standard
Auto Trait Implementations§
impl Freeze for HashSecret
impl RefUnwindSafe for HashSecret
impl Send for HashSecret
impl Sync for HashSecret
impl Unpin for HashSecret
impl UnwindSafe for HashSecret
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