pub struct LenHash {
inner: u32,
}
Fields§
§inner: u32
Implementations§
source§impl LenHash
impl LenHash
Auto Trait Implementations§
impl Freeze for LenHash
impl RefUnwindSafe for LenHash
impl Send for LenHash
impl Sync for LenHash
impl Unpin for LenHash
impl UnwindSafe for LenHash
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