pub struct ClusterSdnDeleteNodeResponse {
pub data: Option<Value>,
pub total: Option<i32>,
pub changes: Option<Value>,
}Fields§
§data: Option<Value>§total: Option<i32>Optional total count, present for paginated list responses.
changes: Option<Value>Optional change summary returned by some PUT operations (one entry per modified field).
Implementations§
Source§impl ClusterSdnDeleteNodeResponse
impl ClusterSdnDeleteNodeResponse
pub fn new(data: Option<Value>) -> ClusterSdnDeleteNodeResponse
Trait Implementations§
Source§impl Clone for ClusterSdnDeleteNodeResponse
impl Clone for ClusterSdnDeleteNodeResponse
Source§fn clone(&self) -> ClusterSdnDeleteNodeResponse
fn clone(&self) -> ClusterSdnDeleteNodeResponse
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 ClusterSdnDeleteNodeResponse
impl Debug for ClusterSdnDeleteNodeResponse
Source§impl Default for ClusterSdnDeleteNodeResponse
impl Default for ClusterSdnDeleteNodeResponse
Source§fn default() -> ClusterSdnDeleteNodeResponse
fn default() -> ClusterSdnDeleteNodeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClusterSdnDeleteNodeResponse
impl<'de> Deserialize<'de> for ClusterSdnDeleteNodeResponse
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 ClusterSdnDeleteNodeResponse
impl PartialEq for ClusterSdnDeleteNodeResponse
Source§fn eq(&self, other: &ClusterSdnDeleteNodeResponse) -> bool
fn eq(&self, other: &ClusterSdnDeleteNodeResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterSdnDeleteNodeResponse
Auto Trait Implementations§
impl Freeze for ClusterSdnDeleteNodeResponse
impl RefUnwindSafe for ClusterSdnDeleteNodeResponse
impl Send for ClusterSdnDeleteNodeResponse
impl Sync for ClusterSdnDeleteNodeResponse
impl Unpin for ClusterSdnDeleteNodeResponse
impl UnsafeUnpin for ClusterSdnDeleteNodeResponse
impl UnwindSafe for ClusterSdnDeleteNodeResponse
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