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