pub enum VixResolution {
_1,
_60,
_3600,
_43200,
_1d,
}Variants§
Trait Implementations§
Source§impl Clone for VixResolution
impl Clone for VixResolution
Source§fn clone(&self) -> VixResolution
fn clone(&self) -> VixResolution
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 VixResolution
impl Debug for VixResolution
Source§impl Default for VixResolution
impl Default for VixResolution
Source§fn default() -> VixResolution
fn default() -> VixResolution
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VixResolution
impl<'de> Deserialize<'de> for VixResolution
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 PartialEq for VixResolution
impl PartialEq for VixResolution
Source§impl Serialize for VixResolution
impl Serialize for VixResolution
impl StructuralPartialEq for VixResolution
Auto Trait Implementations§
impl Freeze for VixResolution
impl RefUnwindSafe for VixResolution
impl Send for VixResolution
impl Sync for VixResolution
impl Unpin for VixResolution
impl UnwindSafe for VixResolution
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