pub struct ImageDigest { /* private fields */ }Expand description
A parsed digest suffix that remains tolerant of implementation extensions.
Implementations§
Trait Implementations§
Source§impl Clone for ImageDigest
impl Clone for ImageDigest
Source§fn clone(&self) -> ImageDigest
fn clone(&self) -> ImageDigest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageDigest
impl Debug for ImageDigest
impl Eq for ImageDigest
Source§impl Hash for ImageDigest
impl Hash for ImageDigest
Source§impl PartialEq for ImageDigest
impl PartialEq for ImageDigest
impl StructuralPartialEq for ImageDigest
Auto Trait Implementations§
impl Freeze for ImageDigest
impl RefUnwindSafe for ImageDigest
impl Send for ImageDigest
impl Sync for ImageDigest
impl Unpin for ImageDigest
impl UnsafeUnpin for ImageDigest
impl UnwindSafe for ImageDigest
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