pub struct CreatePanWorkspace {
pub workspace: Option<CreatePanWorkspaceWorkspace>,
}
Fields§
§workspace: Option<CreatePanWorkspaceWorkspace>
Trait Implementations§
Source§impl Clone for CreatePanWorkspace
impl Clone for CreatePanWorkspace
Source§fn clone(&self) -> CreatePanWorkspace
fn clone(&self) -> CreatePanWorkspace
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 CreatePanWorkspace
impl Debug for CreatePanWorkspace
Source§impl<'de> Deserialize<'de> for CreatePanWorkspace
impl<'de> Deserialize<'de> for CreatePanWorkspace
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
Source§impl PartialEq for CreatePanWorkspace
impl PartialEq for CreatePanWorkspace
Source§impl Serialize for CreatePanWorkspace
impl Serialize for CreatePanWorkspace
impl StructuralPartialEq for CreatePanWorkspace
Auto Trait Implementations§
impl Freeze for CreatePanWorkspace
impl RefUnwindSafe for CreatePanWorkspace
impl Send for CreatePanWorkspace
impl Sync for CreatePanWorkspace
impl Unpin for CreatePanWorkspace
impl UnwindSafe for CreatePanWorkspace
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