pub enum SnapshotScope {
Env,
Common,
All,
}Expand description
Scope for snapshots
Variants§
Trait Implementations§
Source§impl Clone for SnapshotScope
impl Clone for SnapshotScope
Source§fn clone(&self) -> SnapshotScope
fn clone(&self) -> SnapshotScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SnapshotScope
impl Debug for SnapshotScope
Source§impl Default for SnapshotScope
impl Default for SnapshotScope
Source§fn default() -> SnapshotScope
fn default() -> SnapshotScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SnapshotScope
impl<'de> Deserialize<'de> for SnapshotScope
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
Source§impl Display for SnapshotScope
impl Display for SnapshotScope
Source§impl FromStr for SnapshotScope
impl FromStr for SnapshotScope
Source§impl PartialEq for SnapshotScope
impl PartialEq for SnapshotScope
Source§impl Serialize for SnapshotScope
impl Serialize for SnapshotScope
impl StructuralPartialEq for SnapshotScope
Auto Trait Implementations§
impl Freeze for SnapshotScope
impl RefUnwindSafe for SnapshotScope
impl Send for SnapshotScope
impl Sync for SnapshotScope
impl Unpin for SnapshotScope
impl UnwindSafe for SnapshotScope
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