pub enum NumericFamily {
SignedInt,
UnsignedInt,
Float,
}Variants§
Trait Implementations§
Source§impl Clone for NumericFamily
impl Clone for NumericFamily
Source§fn clone(&self) -> NumericFamily
fn clone(&self) -> NumericFamily
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 NumericFamily
impl Debug for NumericFamily
Source§impl PartialEq for NumericFamily
impl PartialEq for NumericFamily
impl Copy for NumericFamily
impl Eq for NumericFamily
impl StructuralPartialEq for NumericFamily
Auto Trait Implementations§
impl Freeze for NumericFamily
impl RefUnwindSafe for NumericFamily
impl Send for NumericFamily
impl Sync for NumericFamily
impl Unpin for NumericFamily
impl UnsafeUnpin for NumericFamily
impl UnwindSafe for NumericFamily
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