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