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