Struct ostree_ext::container::OstreeImageReference [−][src]
pub struct OstreeImageReference {
pub sigverify: SignatureSource,
pub imgref: ImageReference,
}Expand description
Combination of a signature verification mechanism, and a standard container image reference.
Fields
sigverify: SignatureSourceThe signature verification mechanism.
imgref: ImageReferenceThe container image reference.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OstreeImageReference
impl Send for OstreeImageReference
impl Sync for OstreeImageReference
impl Unpin for OstreeImageReference
impl UnwindSafe for OstreeImageReference
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more