pub enum WorkspaceTarget {
Snapshot,
Local,
}Variants§
Trait Implementations§
Source§impl Clone for WorkspaceTarget
impl Clone for WorkspaceTarget
Source§fn clone(&self) -> WorkspaceTarget
fn clone(&self) -> WorkspaceTarget
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 WorkspaceTarget
impl Debug for WorkspaceTarget
Source§impl Display for WorkspaceTarget
impl Display for WorkspaceTarget
Source§impl PartialEq for WorkspaceTarget
impl PartialEq for WorkspaceTarget
impl Eq for WorkspaceTarget
impl StructuralPartialEq for WorkspaceTarget
Auto Trait Implementations§
impl Freeze for WorkspaceTarget
impl RefUnwindSafe for WorkspaceTarget
impl Send for WorkspaceTarget
impl Sync for WorkspaceTarget
impl Unpin for WorkspaceTarget
impl UnwindSafe for WorkspaceTarget
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