pub struct DigestPolicy { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DigestPolicy
impl Clone for DigestPolicy
Source§fn clone(&self) -> DigestPolicy
fn clone(&self) -> DigestPolicy
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 moreAuto Trait Implementations§
impl Freeze for DigestPolicy
impl RefUnwindSafe for DigestPolicy
impl Send for DigestPolicy
impl Sync for DigestPolicy
impl Unpin for DigestPolicy
impl UnwindSafe for DigestPolicy
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