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