pub enum PbsTimeframeEnum {
Hour,
Day,
Week,
Month,
Year,
Decade,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PbsTimeframeEnum
impl Clone for PbsTimeframeEnum
Source§fn clone(&self) -> PbsTimeframeEnum
fn clone(&self) -> PbsTimeframeEnum
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 PbsTimeframeEnum
impl Debug for PbsTimeframeEnum
Source§impl Default for PbsTimeframeEnum
impl Default for PbsTimeframeEnum
Source§fn default() -> PbsTimeframeEnum
fn default() -> PbsTimeframeEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsTimeframeEnum
impl<'de> Deserialize<'de> for PbsTimeframeEnum
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 Display for PbsTimeframeEnum
impl Display for PbsTimeframeEnum
Source§impl Hash for PbsTimeframeEnum
impl Hash for PbsTimeframeEnum
Source§impl Ord for PbsTimeframeEnum
impl Ord for PbsTimeframeEnum
Source§fn cmp(&self, other: &PbsTimeframeEnum) -> Ordering
fn cmp(&self, other: &PbsTimeframeEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbsTimeframeEnum
impl PartialEq for PbsTimeframeEnum
Source§fn eq(&self, other: &PbsTimeframeEnum) -> bool
fn eq(&self, other: &PbsTimeframeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsTimeframeEnum
impl PartialOrd for PbsTimeframeEnum
Source§impl Serialize for PbsTimeframeEnum
impl Serialize for PbsTimeframeEnum
impl Copy for PbsTimeframeEnum
impl Eq for PbsTimeframeEnum
impl StructuralPartialEq for PbsTimeframeEnum
Auto Trait Implementations§
impl Freeze for PbsTimeframeEnum
impl RefUnwindSafe for PbsTimeframeEnum
impl Send for PbsTimeframeEnum
impl Sync for PbsTimeframeEnum
impl Unpin for PbsTimeframeEnum
impl UnsafeUnpin for PbsTimeframeEnum
impl UnwindSafe for PbsTimeframeEnum
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