pub struct GetNATResponse {
pub status: Option<String>,
pub nat: Option<Nat>,
}Expand description
Response body for Client::get_nat (wire method getNAT).
Fields§
§status: Option<String>§nat: Option<Nat>Trait Implementations§
Source§impl Clone for GetNATResponse
impl Clone for GetNATResponse
Source§fn clone(&self) -> GetNATResponse
fn clone(&self) -> GetNATResponse
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 GetNATResponse
impl Debug for GetNATResponse
Source§impl Default for GetNATResponse
impl Default for GetNATResponse
Source§fn default() -> GetNATResponse
fn default() -> GetNATResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetNATResponse
impl<'de> Deserialize<'de> for GetNATResponse
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
Auto Trait Implementations§
impl Freeze for GetNATResponse
impl RefUnwindSafe for GetNATResponse
impl Send for GetNATResponse
impl Sync for GetNATResponse
impl Unpin for GetNATResponse
impl UnsafeUnpin for GetNATResponse
impl UnwindSafe for GetNATResponse
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