pub enum CSharpNumberType {
Double,
Decimal,
}Variants§
Trait Implementations§
source§impl Clone for CSharpNumberType
impl Clone for CSharpNumberType
source§fn clone(&self) -> CSharpNumberType
fn clone(&self) -> CSharpNumberType
Returns a copy 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 CSharpNumberType
impl Debug for CSharpNumberType
source§impl Hash for CSharpNumberType
impl Hash for CSharpNumberType
source§impl PartialEq for CSharpNumberType
impl PartialEq for CSharpNumberType
source§fn eq(&self, other: &CSharpNumberType) -> bool
fn eq(&self, other: &CSharpNumberType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CSharpNumberType
impl StructuralPartialEq for CSharpNumberType
Auto Trait Implementations§
impl Freeze for CSharpNumberType
impl RefUnwindSafe for CSharpNumberType
impl Send for CSharpNumberType
impl Sync for CSharpNumberType
impl Unpin for CSharpNumberType
impl UnwindSafe for CSharpNumberType
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