pub struct TimeseriesSchema { /* private fields */ }Implementations§
Source§impl TimeseriesSchema
impl TimeseriesSchema
pub fn authz_scope<T>(self, value: T) -> Self
pub fn created<T>(self, value: T) -> Self
pub fn datum_type<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn field_schema<T>(self, value: T) -> Self
pub fn timeseries_name<T>(self, value: T) -> Self
pub fn units<T>(self, value: T) -> Self
pub fn version<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TimeseriesSchema
impl Clone for TimeseriesSchema
Source§fn clone(&self) -> TimeseriesSchema
fn clone(&self) -> TimeseriesSchema
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 TimeseriesSchema
impl Debug for TimeseriesSchema
Source§impl Default for TimeseriesSchema
impl Default for TimeseriesSchema
Source§impl From<TimeseriesSchema> for TimeseriesSchema
impl From<TimeseriesSchema> for TimeseriesSchema
Source§fn from(value: TimeseriesSchema) -> Self
fn from(value: TimeseriesSchema) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TimeseriesSchema> for TimeseriesSchema
impl TryFrom<TimeseriesSchema> for TimeseriesSchema
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TimeseriesSchema) -> Result<Self, ConversionError>
fn try_from(value: TimeseriesSchema) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TimeseriesSchema
impl RefUnwindSafe for TimeseriesSchema
impl Send for TimeseriesSchema
impl Sync for TimeseriesSchema
impl Unpin for TimeseriesSchema
impl UnsafeUnpin for TimeseriesSchema
impl UnwindSafe for TimeseriesSchema
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