pub struct Fnv(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fnv
impl RefUnwindSafe for Fnv
impl Send for Fnv
impl Sync for Fnv
impl Unpin for Fnv
impl UnsafeUnpin for Fnv
impl UnwindSafe for Fnv
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