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 Default for CSharpNumberType
impl Default for CSharpNumberType
Source§fn default() -> CSharpNumberType
fn default() -> CSharpNumberType
Returns the “default value” for a type. Read more
Source§impl Hash for CSharpNumberType
impl Hash for CSharpNumberType
Source§impl PartialEq for CSharpNumberType
impl PartialEq for CSharpNumberType
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