pub struct ElDigest {
pub algorithm: String,
pub digest: Vec<u8>,
}Fields§
§algorithm: String§digest: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElDigest
impl RefUnwindSafe for ElDigest
impl Send for ElDigest
impl Sync for ElDigest
impl Unpin for ElDigest
impl UnwindSafe for ElDigest
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