Struct walker_common::retrieve::RetrievingDigest
source · pub struct RetrievingDigest<D: Digest> {
pub expected: String,
pub current: D,
}Expand description
Building a digest while retrieving.
Fields§
§expected: String§current: DTrait Implementations§
source§impl<D: Clone + Digest> Clone for RetrievingDigest<D>
impl<D: Clone + Digest> Clone for RetrievingDigest<D>
source§fn clone(&self) -> RetrievingDigest<D>
fn clone(&self) -> RetrievingDigest<D>
Returns a copy 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 moresource§impl<D> Deref for RetrievingDigest<D>where
D: Digest,
impl<D> Deref for RetrievingDigest<D>where
D: Digest,
source§impl<D> DerefMut for RetrievingDigest<D>where
D: Digest,
impl<D> DerefMut for RetrievingDigest<D>where
D: Digest,
source§impl<D> From<RetrievingDigest<D>> for RetrievedDigest<D>where
D: Digest,
impl<D> From<RetrievingDigest<D>> for RetrievedDigest<D>where
D: Digest,
source§fn from(value: RetrievingDigest<D>) -> Self
fn from(value: RetrievingDigest<D>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<D> Freeze for RetrievingDigest<D>where
D: Freeze,
impl<D> RefUnwindSafe for RetrievingDigest<D>where
D: RefUnwindSafe,
impl<D> Send for RetrievingDigest<D>where
D: Send,
impl<D> Sync for RetrievingDigest<D>where
D: Sync,
impl<D> Unpin for RetrievingDigest<D>where
D: Unpin,
impl<D> UnwindSafe for RetrievingDigest<D>where
D: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)