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