pub struct RegistryPlan {Show 13 fields
pub action: RegistryAction,
pub subject: String,
pub registry: Option<String>,
pub registry_dir: Option<PathBuf>,
pub version: Option<String>,
pub expected_digest: Option<String>,
pub destination: Option<PathBuf>,
pub owner: Option<String>,
pub profile: Option<PathBuf>,
pub trust_tier: Option<TrustTier>,
pub limit: Option<usize>,
pub upsert: bool,
pub json: bool,
}Fields§
§action: RegistryAction§subject: String§registry: Option<String>§registry_dir: Option<PathBuf>§version: Option<String>§expected_digest: Option<String>§destination: Option<PathBuf>§owner: Option<String>§profile: Option<PathBuf>§trust_tier: Option<TrustTier>§limit: Option<usize>§upsert: bool§json: boolTrait Implementations§
Source§impl Debug for RegistryPlan
impl Debug for RegistryPlan
impl Eq for RegistryPlan
Source§impl PartialEq for RegistryPlan
impl PartialEq for RegistryPlan
Source§fn eq(&self, other: &RegistryPlan) -> bool
fn eq(&self, other: &RegistryPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RegistryPlan
Auto Trait Implementations§
impl Freeze for RegistryPlan
impl RefUnwindSafe for RegistryPlan
impl Send for RegistryPlan
impl Sync for RegistryPlan
impl Unpin for RegistryPlan
impl UnsafeUnpin for RegistryPlan
impl UnwindSafe for RegistryPlan
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.