pub struct RisPeerCountResponse {
pub starttime: String,
pub endtime: String,
pub peer_count: PeerCount,
pub v4_full_prefix_threshold: i64,
pub v6_full_prefix_threshold: i64,
}Fields§
§starttime: String§endtime: String§peer_count: PeerCount§v4_full_prefix_threshold: i64§v6_full_prefix_threshold: i64Trait Implementations§
Source§impl Clone for RisPeerCountResponse
impl Clone for RisPeerCountResponse
Source§fn clone(&self) -> RisPeerCountResponse
fn clone(&self) -> RisPeerCountResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 RisPeerCountResponse
impl Debug for RisPeerCountResponse
Source§impl Default for RisPeerCountResponse
impl Default for RisPeerCountResponse
Source§fn default() -> RisPeerCountResponse
fn default() -> RisPeerCountResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RisPeerCountResponse
impl<'de> Deserialize<'de> for RisPeerCountResponse
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 RisPeerCountResponse
impl PartialEq for RisPeerCountResponse
Source§impl Serialize for RisPeerCountResponse
impl Serialize for RisPeerCountResponse
impl StructuralPartialEq for RisPeerCountResponse
Auto Trait Implementations§
impl Freeze for RisPeerCountResponse
impl RefUnwindSafe for RisPeerCountResponse
impl Send for RisPeerCountResponse
impl Sync for RisPeerCountResponse
impl Unpin for RisPeerCountResponse
impl UnwindSafe for RisPeerCountResponse
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