pub struct RetainedContentCandidate {
pub digest: ContentTreeDigest,
pub tree: DiscoveredContentTree,
}Fields§
§digest: ContentTreeDigest§tree: DiscoveredContentTreeTrait Implementations§
Source§impl Debug for RetainedContentCandidate
impl Debug for RetainedContentCandidate
impl Eq for RetainedContentCandidate
Source§impl PartialEq for RetainedContentCandidate
impl PartialEq for RetainedContentCandidate
impl StructuralPartialEq for RetainedContentCandidate
Auto Trait Implementations§
impl Freeze for RetainedContentCandidate
impl RefUnwindSafe for RetainedContentCandidate
impl Send for RetainedContentCandidate
impl Sync for RetainedContentCandidate
impl Unpin for RetainedContentCandidate
impl UnsafeUnpin for RetainedContentCandidate
impl UnwindSafe for RetainedContentCandidate
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