pub enum UpdateVettedPackagesForceFlags {
UpdateVettedPackagesForceFlagUnspecified,
UpdateVettedPackagesForceFlagAllowVetIncompatibleUpgrades,
UpdateVettedPackagesForceFlagAllowUnvettedDependencies,
}Expand description
Controls whether potentially unsafe vetting updates are allowed. Optional: can be empty
Variants§
UpdateVettedPackagesForceFlagUnspecified
UpdateVettedPackagesForceFlagAllowVetIncompatibleUpgrades
UpdateVettedPackagesForceFlagAllowUnvettedDependencies
Trait Implementations§
Source§impl Clone for UpdateVettedPackagesForceFlags
impl Clone for UpdateVettedPackagesForceFlags
Source§fn clone(&self) -> UpdateVettedPackagesForceFlags
fn clone(&self) -> UpdateVettedPackagesForceFlags
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 moreimpl Copy for UpdateVettedPackagesForceFlags
Source§impl Default for UpdateVettedPackagesForceFlags
impl Default for UpdateVettedPackagesForceFlags
Source§fn default() -> UpdateVettedPackagesForceFlags
fn default() -> UpdateVettedPackagesForceFlags
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateVettedPackagesForceFlags
impl<'de> Deserialize<'de> for UpdateVettedPackagesForceFlags
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UpdateVettedPackagesForceFlags
Source§impl Ord for UpdateVettedPackagesForceFlags
impl Ord for UpdateVettedPackagesForceFlags
Source§fn cmp(&self, other: &UpdateVettedPackagesForceFlags) -> Ordering
fn cmp(&self, other: &UpdateVettedPackagesForceFlags) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UpdateVettedPackagesForceFlags
impl PartialOrd for UpdateVettedPackagesForceFlags
impl StructuralPartialEq for UpdateVettedPackagesForceFlags
Auto Trait Implementations§
impl Freeze for UpdateVettedPackagesForceFlags
impl RefUnwindSafe for UpdateVettedPackagesForceFlags
impl Send for UpdateVettedPackagesForceFlags
impl Sync for UpdateVettedPackagesForceFlags
impl Unpin for UpdateVettedPackagesForceFlags
impl UnsafeUnpin for UpdateVettedPackagesForceFlags
impl UnwindSafe for UpdateVettedPackagesForceFlags
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