pub struct AsnNeighboursHistoryTimeline {
pub starttime: String,
pub endtime: String,
}Fields§
§starttime: String§endtime: StringTrait Implementations§
Source§impl Clone for AsnNeighboursHistoryTimeline
impl Clone for AsnNeighboursHistoryTimeline
Source§fn clone(&self) -> AsnNeighboursHistoryTimeline
fn clone(&self) -> AsnNeighboursHistoryTimeline
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 AsnNeighboursHistoryTimeline
impl Debug for AsnNeighboursHistoryTimeline
Source§impl Default for AsnNeighboursHistoryTimeline
impl Default for AsnNeighboursHistoryTimeline
Source§fn default() -> AsnNeighboursHistoryTimeline
fn default() -> AsnNeighboursHistoryTimeline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AsnNeighboursHistoryTimeline
impl<'de> Deserialize<'de> for AsnNeighboursHistoryTimeline
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 AsnNeighboursHistoryTimeline
impl PartialEq for AsnNeighboursHistoryTimeline
Source§fn eq(&self, other: &AsnNeighboursHistoryTimeline) -> bool
fn eq(&self, other: &AsnNeighboursHistoryTimeline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsnNeighboursHistoryTimeline
Auto Trait Implementations§
impl Freeze for AsnNeighboursHistoryTimeline
impl RefUnwindSafe for AsnNeighboursHistoryTimeline
impl Send for AsnNeighboursHistoryTimeline
impl Sync for AsnNeighboursHistoryTimeline
impl Unpin for AsnNeighboursHistoryTimeline
impl UnsafeUnpin for AsnNeighboursHistoryTimeline
impl UnwindSafe for AsnNeighboursHistoryTimeline
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