pub enum WorkspaceWorkspaceType {
FilesystemWorkspace(FilesystemWorkspace),
}Expand description
The workspace_type oneof of Workspace, as an owned value.
Variants§
FilesystemWorkspace(FilesystemWorkspace)
Trait Implementations§
Source§impl Clone for WorkspaceWorkspaceType
impl Clone for WorkspaceWorkspaceType
Source§fn clone(&self) -> WorkspaceWorkspaceType
fn clone(&self) -> WorkspaceWorkspaceType
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 WorkspaceWorkspaceType
impl Debug for WorkspaceWorkspaceType
Source§impl PartialEq for WorkspaceWorkspaceType
impl PartialEq for WorkspaceWorkspaceType
impl StructuralPartialEq for WorkspaceWorkspaceType
Auto Trait Implementations§
impl Freeze for WorkspaceWorkspaceType
impl RefUnwindSafe for WorkspaceWorkspaceType
impl Send for WorkspaceWorkspaceType
impl Sync for WorkspaceWorkspaceType
impl Unpin for WorkspaceWorkspaceType
impl UnsafeUnpin for WorkspaceWorkspaceType
impl UnwindSafe for WorkspaceWorkspaceType
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