pub struct AddressIpStat {
pub status: String,
pub ips: i32,
}Fields§
§status: String§ips: i32Trait Implementations§
Source§impl Clone for AddressIpStat
impl Clone for AddressIpStat
Source§fn clone(&self) -> AddressIpStat
fn clone(&self) -> AddressIpStat
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 AddressIpStat
impl Debug for AddressIpStat
Source§impl<'de> Deserialize<'de> for AddressIpStat
impl<'de> Deserialize<'de> for AddressIpStat
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 AddressIpStat
impl PartialEq for AddressIpStat
Source§fn eq(&self, other: &AddressIpStat) -> bool
fn eq(&self, other: &AddressIpStat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddressIpStat
impl Serialize for AddressIpStat
impl Eq for AddressIpStat
impl StructuralPartialEq for AddressIpStat
Auto Trait Implementations§
impl Freeze for AddressIpStat
impl RefUnwindSafe for AddressIpStat
impl Send for AddressIpStat
impl Sync for AddressIpStat
impl Unpin for AddressIpStat
impl UnsafeUnpin for AddressIpStat
impl UnwindSafe for AddressIpStat
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