pub struct NetworkCreate201Response {
pub id: Option<String>,
pub warning: Option<String>,
}
Expand description
No error
Fields§
§id: Option<String>
The ID of the created network.
warning: Option<String>
Trait Implementations§
Source§impl Clone for NetworkCreate201Response
impl Clone for NetworkCreate201Response
Source§fn clone(&self) -> NetworkCreate201Response
fn clone(&self) -> NetworkCreate201Response
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NetworkCreate201Response
impl Debug for NetworkCreate201Response
Source§impl<'de> Deserialize<'de> for NetworkCreate201Response
impl<'de> Deserialize<'de> for NetworkCreate201Response
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 NetworkCreate201Response
impl PartialEq for NetworkCreate201Response
Source§fn eq(&self, other: &NetworkCreate201Response) -> bool
fn eq(&self, other: &NetworkCreate201Response) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for NetworkCreate201Response
impl Serialize for NetworkCreate201Response
impl StructuralPartialEq for NetworkCreate201Response
Auto Trait Implementations§
impl Freeze for NetworkCreate201Response
impl RefUnwindSafe for NetworkCreate201Response
impl Send for NetworkCreate201Response
impl Sync for NetworkCreate201Response
impl Unpin for NetworkCreate201Response
impl UnwindSafe for NetworkCreate201Response
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