pub struct Hash<'a> {
pub ptr: *mut IrminHash,
/* private fields */
}Expand description
Wrapper around Irmin hash type
Fields§
§ptr: *mut IrminHashImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Hash<'a>
impl<'a> RefUnwindSafe for Hash<'a>
impl<'a> !Send for Hash<'a>
impl<'a> !Sync for Hash<'a>
impl<'a> Unpin for Hash<'a>
impl<'a> UnsafeUnpin for Hash<'a>
impl<'a> UnwindSafe for Hash<'a>
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