pub struct SnapshotSelection {
pub reference: SnapshotRef,
pub case_ids: Vec<String>,
}Fields§
§reference: SnapshotRef§case_ids: Vec<String>Empty runs every case of the snapshot.
Trait Implementations§
Source§impl Clone for SnapshotSelection
impl Clone for SnapshotSelection
Source§fn clone(&self) -> SnapshotSelection
fn clone(&self) -> SnapshotSelection
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 moreSource§impl Debug for SnapshotSelection
impl Debug for SnapshotSelection
Source§impl<'de> Deserialize<'de> for SnapshotSelection
impl<'de> Deserialize<'de> for SnapshotSelection
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 SnapshotSelection
Source§impl PartialEq for SnapshotSelection
impl PartialEq for SnapshotSelection
Source§impl Serialize for SnapshotSelection
impl Serialize for SnapshotSelection
impl StructuralPartialEq for SnapshotSelection
Auto Trait Implementations§
impl Freeze for SnapshotSelection
impl RefUnwindSafe for SnapshotSelection
impl Send for SnapshotSelection
impl Sync for SnapshotSelection
impl Unpin for SnapshotSelection
impl UnsafeUnpin for SnapshotSelection
impl UnwindSafe for SnapshotSelection
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