pub struct Workspace {
pub filesystem_workspace: Option<FilesystemWorkspace>,
}Expand description
antigravity.localharness.Workspace
Fields§
§filesystem_workspace: Option<FilesystemWorkspace>Implementations§
Source§impl Workspace
impl Workspace
Sourcepub fn into_workspace_type(self) -> Option<WorkspaceWorkspaceType>
pub fn into_workspace_type(self) -> Option<WorkspaceWorkspaceType>
Takes the set arm of the workspace_type oneof, if any.
Sourcepub fn has_workspace_type(&self) -> bool
pub fn has_workspace_type(&self) -> bool
True when any arm of the workspace_type oneof is set.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Workspace
impl<'de> Deserialize<'de> for Workspace
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 StructuralPartialEq for Workspace
Auto Trait Implementations§
impl Freeze for Workspace
impl RefUnwindSafe for Workspace
impl Send for Workspace
impl Sync for Workspace
impl Unpin for Workspace
impl UnsafeUnpin for Workspace
impl UnwindSafe for Workspace
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