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