pub struct DigestWithContent {
pub body: Bytes,
pub digest: DigestHash,
}Fields§
§body: Bytes§digest: DigestHashAuto Trait Implementations§
impl !Freeze for DigestWithContent
impl RefUnwindSafe for DigestWithContent
impl Send for DigestWithContent
impl Sync for DigestWithContent
impl Unpin for DigestWithContent
impl UnsafeUnpin for DigestWithContent
impl UnwindSafe for DigestWithContent
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