pub enum ProviderSnapshotSource {
Computer(String),
Sandbox(String),
Space(String),
}Variants§
Trait Implementations§
Source§impl Clone for ProviderSnapshotSource
impl Clone for ProviderSnapshotSource
Source§fn clone(&self) -> ProviderSnapshotSource
fn clone(&self) -> ProviderSnapshotSource
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 ProviderSnapshotSource
impl Debug for ProviderSnapshotSource
impl Eq for ProviderSnapshotSource
Source§impl PartialEq for ProviderSnapshotSource
impl PartialEq for ProviderSnapshotSource
impl StructuralPartialEq for ProviderSnapshotSource
Auto Trait Implementations§
impl Freeze for ProviderSnapshotSource
impl RefUnwindSafe for ProviderSnapshotSource
impl Send for ProviderSnapshotSource
impl Sync for ProviderSnapshotSource
impl Unpin for ProviderSnapshotSource
impl UnsafeUnpin for ProviderSnapshotSource
impl UnwindSafe for ProviderSnapshotSource
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