pub enum Timescale {
Fs,
Ps,
Ns,
Us,
Ms,
S,
Unit,
None,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Timescale
impl<'de> Deserialize<'de> for Timescale
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
impl Copy for Timescale
impl StructuralPartialEq for Timescale
Auto Trait Implementations§
impl Freeze for Timescale
impl RefUnwindSafe for Timescale
impl Send for Timescale
impl Sync for Timescale
impl Unpin for Timescale
impl UnwindSafe for Timescale
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