pub struct WorkspaceParent {
pub type: String,
pub workspace: bool,
}
Expand description
Fields§
§type: String
always “workspace”
workspace: bool
always true
Trait Implementations§
Source§impl Clone for WorkspaceParent
impl Clone for WorkspaceParent
Source§fn clone(&self) -> WorkspaceParent
fn clone(&self) -> WorkspaceParent
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 WorkspaceParent
impl Debug for WorkspaceParent
Source§impl Default for WorkspaceParent
impl Default for WorkspaceParent
Source§fn default() -> WorkspaceParent
fn default() -> WorkspaceParent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceParent
impl<'de> Deserialize<'de> for WorkspaceParent
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
Auto Trait Implementations§
impl Freeze for WorkspaceParent
impl RefUnwindSafe for WorkspaceParent
impl Send for WorkspaceParent
impl Sync for WorkspaceParent
impl Unpin for WorkspaceParent
impl UnwindSafe for WorkspaceParent
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