pub struct UpdateWorkspaceBody {
pub name: String,
}Fields§
§name: StringThe name of the workspace.
Implementations§
Source§impl UpdateWorkspaceBody
impl UpdateWorkspaceBody
pub fn new(name: String) -> UpdateWorkspaceBody
Trait Implementations§
Source§impl Clone for UpdateWorkspaceBody
impl Clone for UpdateWorkspaceBody
Source§fn clone(&self) -> UpdateWorkspaceBody
fn clone(&self) -> UpdateWorkspaceBody
Returns a copy 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 UpdateWorkspaceBody
impl Debug for UpdateWorkspaceBody
Source§impl Default for UpdateWorkspaceBody
impl Default for UpdateWorkspaceBody
Source§fn default() -> UpdateWorkspaceBody
fn default() -> UpdateWorkspaceBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateWorkspaceBody
impl<'de> Deserialize<'de> for UpdateWorkspaceBody
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 UpdateWorkspaceBody
impl PartialEq for UpdateWorkspaceBody
Source§impl Serialize for UpdateWorkspaceBody
impl Serialize for UpdateWorkspaceBody
impl StructuralPartialEq for UpdateWorkspaceBody
Auto Trait Implementations§
impl Freeze for UpdateWorkspaceBody
impl RefUnwindSafe for UpdateWorkspaceBody
impl Send for UpdateWorkspaceBody
impl Sync for UpdateWorkspaceBody
impl Unpin for UpdateWorkspaceBody
impl UnwindSafe for UpdateWorkspaceBody
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