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