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