pub struct DigestRef {
pub algo: String,
pub hex: String,
}Fields§
§algo: String§hex: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DigestRef
impl RefUnwindSafe for DigestRef
impl Send for DigestRef
impl Sync for DigestRef
impl Unpin for DigestRef
impl UnwindSafe for DigestRef
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