pub struct TimeseriesDescription { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TimeseriesDescription
impl Clone for TimeseriesDescription
Source§fn clone(&self) -> TimeseriesDescription
fn clone(&self) -> TimeseriesDescription
Returns a duplicate of the value. Read more
1.0.0 · 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 TimeseriesDescription
impl Debug for TimeseriesDescription
Source§impl Default for TimeseriesDescription
impl Default for TimeseriesDescription
Source§impl From<TimeseriesDescription> for TimeseriesDescription
impl From<TimeseriesDescription> for TimeseriesDescription
Source§fn from(value: TimeseriesDescription) -> Self
fn from(value: TimeseriesDescription) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TimeseriesDescription> for TimeseriesDescription
impl TryFrom<TimeseriesDescription> for TimeseriesDescription
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TimeseriesDescription) -> Result<Self, ConversionError>
fn try_from(value: TimeseriesDescription) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TimeseriesDescription
impl RefUnwindSafe for TimeseriesDescription
impl Send for TimeseriesDescription
impl Sync for TimeseriesDescription
impl Unpin for TimeseriesDescription
impl UnsafeUnpin for TimeseriesDescription
impl UnwindSafe for TimeseriesDescription
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