pub struct ImageDigest {
pub image: Image,
pub digest: Digest,
}
Fields§
§image: Image
§digest: Digest
Implementations§
Source§impl ImageDigest
impl ImageDigest
pub fn parse(image: &str, digest: &str) -> Result<ImageDigest, SandboxError>
Trait Implementations§
Source§impl Clone for ImageDigest
impl Clone for ImageDigest
Source§fn clone(&self) -> ImageDigest
fn clone(&self) -> ImageDigest
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 moreAuto Trait Implementations§
impl Freeze for ImageDigest
impl RefUnwindSafe for ImageDigest
impl Send for ImageDigest
impl Sync for ImageDigest
impl Unpin 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