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