pub struct HashIds { /* private fields */ }
Expand description
The encoder/decoder container
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashIds
impl RefUnwindSafe for HashIds
impl Send for HashIds
impl Sync for HashIds
impl Unpin for HashIds
impl UnwindSafe for HashIds
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