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