pub enum SnapshotInstallFeature {
GenerationSwap,
ResumableChunkInstall,
ConsistentRead,
PreservesPendingIntent,
}Expand description
Adapter capability statement used by deployment certification.
Variants§
Trait Implementations§
Source§impl Clone for SnapshotInstallFeature
impl Clone for SnapshotInstallFeature
Source§fn clone(&self) -> SnapshotInstallFeature
fn clone(&self) -> SnapshotInstallFeature
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 SnapshotInstallFeature
Source§impl Debug for SnapshotInstallFeature
impl Debug for SnapshotInstallFeature
impl Eq for SnapshotInstallFeature
Source§impl Ord for SnapshotInstallFeature
impl Ord for SnapshotInstallFeature
Source§fn cmp(&self, other: &SnapshotInstallFeature) -> Ordering
fn cmp(&self, other: &SnapshotInstallFeature) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SnapshotInstallFeature
impl PartialEq for SnapshotInstallFeature
Source§impl PartialOrd for SnapshotInstallFeature
impl PartialOrd for SnapshotInstallFeature
impl StructuralPartialEq for SnapshotInstallFeature
Auto Trait Implementations§
impl Freeze for SnapshotInstallFeature
impl RefUnwindSafe for SnapshotInstallFeature
impl Send for SnapshotInstallFeature
impl Sync for SnapshotInstallFeature
impl Unpin for SnapshotInstallFeature
impl UnsafeUnpin for SnapshotInstallFeature
impl UnwindSafe for SnapshotInstallFeature
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