pub enum ResolvedPrecisionType {
Float,
String,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedPrecisionType
impl RefUnwindSafe for ResolvedPrecisionType
impl Send for ResolvedPrecisionType
impl Sync for ResolvedPrecisionType
impl Unpin for ResolvedPrecisionType
impl UnwindSafe for ResolvedPrecisionType
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