pub struct ConnIpAddressFacts {
pub ip: Option<String>,
pub port: Option<u32>,
pub region: Option<u32>,
pub simplified_description: Option<String>,
pub traditional_description: Option<String>,
pub english_description: Option<String>,
pub enable_backup_port: Option<bool>,
pub backup_port: Option<u32>,
}Fields§
§ip: Option<String>§port: Option<u32>§region: Option<u32>§simplified_description: Option<String>§traditional_description: Option<String>§english_description: Option<String>§enable_backup_port: Option<bool>§backup_port: Option<u32>Trait Implementations§
Source§impl Clone for ConnIpAddressFacts
impl Clone for ConnIpAddressFacts
Source§fn clone(&self) -> ConnIpAddressFacts
fn clone(&self) -> ConnIpAddressFacts
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 ConnIpAddressFacts
impl Debug for ConnIpAddressFacts
impl Eq for ConnIpAddressFacts
Source§impl PartialEq for ConnIpAddressFacts
impl PartialEq for ConnIpAddressFacts
Source§fn eq(&self, other: &ConnIpAddressFacts) -> bool
fn eq(&self, other: &ConnIpAddressFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnIpAddressFacts
Auto Trait Implementations§
impl Freeze for ConnIpAddressFacts
impl RefUnwindSafe for ConnIpAddressFacts
impl Send for ConnIpAddressFacts
impl Sync for ConnIpAddressFacts
impl Unpin for ConnIpAddressFacts
impl UnsafeUnpin for ConnIpAddressFacts
impl UnwindSafe for ConnIpAddressFacts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.