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