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