pub struct CreatePanWorkspaceWorkspace {
pub id: String,
pub parent_folder_id: i64,
}
Fields§
§id: String
The workspace’s ID.
parent_folder_id: i64
The workspace’s parent folder ID.
Trait Implementations§
Source§impl Clone for CreatePanWorkspaceWorkspace
impl Clone for CreatePanWorkspaceWorkspace
Source§fn clone(&self) -> CreatePanWorkspaceWorkspace
fn clone(&self) -> CreatePanWorkspaceWorkspace
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 CreatePanWorkspaceWorkspace
impl Debug for CreatePanWorkspaceWorkspace
Source§impl<'de> Deserialize<'de> for CreatePanWorkspaceWorkspace
impl<'de> Deserialize<'de> for CreatePanWorkspaceWorkspace
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 CreatePanWorkspaceWorkspace
Auto Trait Implementations§
impl Freeze for CreatePanWorkspaceWorkspace
impl RefUnwindSafe for CreatePanWorkspaceWorkspace
impl Send for CreatePanWorkspaceWorkspace
impl Sync for CreatePanWorkspaceWorkspace
impl Unpin for CreatePanWorkspaceWorkspace
impl UnwindSafe for CreatePanWorkspaceWorkspace
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