pub struct ModifyWorkspacePropertiesResult {}Trait Implementations§
Source§impl Clone for ModifyWorkspacePropertiesResult
impl Clone for ModifyWorkspacePropertiesResult
Source§fn clone(&self) -> ModifyWorkspacePropertiesResult
fn clone(&self) -> ModifyWorkspacePropertiesResult
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 Default for ModifyWorkspacePropertiesResult
impl Default for ModifyWorkspacePropertiesResult
Source§fn default() -> ModifyWorkspacePropertiesResult
fn default() -> ModifyWorkspacePropertiesResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyWorkspacePropertiesResult
impl<'de> Deserialize<'de> for ModifyWorkspacePropertiesResult
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 ModifyWorkspacePropertiesResult
impl PartialEq for ModifyWorkspacePropertiesResult
Source§fn eq(&self, other: &ModifyWorkspacePropertiesResult) -> bool
fn eq(&self, other: &ModifyWorkspacePropertiesResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyWorkspacePropertiesResult
Auto Trait Implementations§
impl Freeze for ModifyWorkspacePropertiesResult
impl RefUnwindSafe for ModifyWorkspacePropertiesResult
impl Send for ModifyWorkspacePropertiesResult
impl Sync for ModifyWorkspacePropertiesResult
impl Unpin for ModifyWorkspacePropertiesResult
impl UnwindSafe for ModifyWorkspacePropertiesResult
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