pub struct DefaultDigester;Trait Implementations§
Source§impl Clone for DefaultDigester
impl Clone for DefaultDigester
Source§fn clone(&self) -> DefaultDigester
fn clone(&self) -> DefaultDigester
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultDigester
impl Debug for DefaultDigester
Source§impl Default for DefaultDigester
impl Default for DefaultDigester
Source§fn default() -> DefaultDigester
fn default() -> DefaultDigester
Returns the “default value” for a type. Read more
impl Copy for DefaultDigester
Auto Trait Implementations§
impl Freeze for DefaultDigester
impl RefUnwindSafe for DefaultDigester
impl Send for DefaultDigester
impl Sync for DefaultDigester
impl Unpin for DefaultDigester
impl UnwindSafe for DefaultDigester
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