pub struct SetConfigBody(pub WorkspaceConfig);Expand description
Body for PUT /api/workspaces/{name}/config.
Tuple Fields§
§0: WorkspaceConfigTrait Implementations§
Source§impl Clone for SetConfigBody
impl Clone for SetConfigBody
Source§fn clone(&self) -> SetConfigBody
fn clone(&self) -> SetConfigBody
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 SetConfigBody
impl Debug for SetConfigBody
Source§impl Default for SetConfigBody
impl Default for SetConfigBody
Source§fn default() -> SetConfigBody
fn default() -> SetConfigBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetConfigBody
impl<'de> Deserialize<'de> for SetConfigBody
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 SetConfigBody
impl PartialEq for SetConfigBody
Source§fn eq(&self, other: &SetConfigBody) -> bool
fn eq(&self, other: &SetConfigBody) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SetConfigBody
impl Serialize for SetConfigBody
impl Eq for SetConfigBody
impl StructuralPartialEq for SetConfigBody
Auto Trait Implementations§
impl Freeze for SetConfigBody
impl RefUnwindSafe for SetConfigBody
impl Send for SetConfigBody
impl Sync for SetConfigBody
impl Unpin for SetConfigBody
impl UnsafeUnpin for SetConfigBody
impl UnwindSafe for SetConfigBody
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