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