Enum ostree_ext::container::SignatureSource [−][src]
pub enum SignatureSource {
OstreeRemote(String),
ContainerPolicy,
ContainerPolicyAllowInsecure,
}Expand description
Policy for signature verification.
Variants
OstreeRemote(String)Fetches will use the named ostree remote for signature verification of the ostree commit.
Tuple Fields of OstreeRemote
0: StringFetches will defer to the containers-policy.json, but we make a best effort to reject default: insecureAcceptAnything policy.
NOT RECOMMENDED. Fetches will defer to the containers-policy.json default which is usually insecureAcceptAnything.
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 SignatureSource
impl Send for SignatureSource
impl Sync for SignatureSource
impl Unpin for SignatureSource
impl UnwindSafe for SignatureSource
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