pub struct AbbrevHash(/* private fields */);Implementations§
Source§impl AbbrevHash
impl AbbrevHash
Trait Implementations§
Source§impl Debug for AbbrevHash
impl Debug for AbbrevHash
Source§impl Default for AbbrevHash
impl Default for AbbrevHash
Source§fn default() -> AbbrevHash
fn default() -> AbbrevHash
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AbbrevHash
impl RefUnwindSafe for AbbrevHash
impl Send for AbbrevHash
impl Sync for AbbrevHash
impl Unpin for AbbrevHash
impl UnwindSafe for AbbrevHash
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