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