pub struct Blue;Expand description
The new, “fixed” ED2K hashing algorithm. See crate docs for more details.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blue
impl RefUnwindSafe for Blue
impl Send for Blue
impl Sync for Blue
impl Unpin for Blue
impl UnwindSafe for Blue
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