pub enum ProviderPrecision {
F32,
F64,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderPrecision
impl Clone for ProviderPrecision
Source§fn clone(&self) -> ProviderPrecision
fn clone(&self) -> ProviderPrecision
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 ProviderPrecision
impl Debug for ProviderPrecision
Source§impl<'de> Deserialize<'de> for ProviderPrecision
impl<'de> Deserialize<'de> for ProviderPrecision
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 ProviderPrecision
impl PartialEq for ProviderPrecision
Source§impl Serialize for ProviderPrecision
impl Serialize for ProviderPrecision
impl Copy for ProviderPrecision
impl Eq for ProviderPrecision
impl StructuralPartialEq for ProviderPrecision
Auto Trait Implementations§
impl Freeze for ProviderPrecision
impl RefUnwindSafe for ProviderPrecision
impl Send for ProviderPrecision
impl Sync for ProviderPrecision
impl Unpin for ProviderPrecision
impl UnwindSafe for ProviderPrecision
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