pub enum CSharpVersion {
V5,
V6,
}Variants§
Trait Implementations§
Source§impl Clone for CSharpVersion
impl Clone for CSharpVersion
Source§fn clone(&self) -> CSharpVersion
fn clone(&self) -> CSharpVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CSharpVersion
impl Debug for CSharpVersion
Source§impl Default for CSharpVersion
impl Default for CSharpVersion
Source§fn default() -> CSharpVersion
fn default() -> CSharpVersion
Returns the “default value” for a type. Read more
impl Eq for CSharpVersion
Source§impl Hash for CSharpVersion
impl Hash for CSharpVersion
Source§impl PartialEq for CSharpVersion
impl PartialEq for CSharpVersion
Source§fn eq(&self, other: &CSharpVersion) -> bool
fn eq(&self, other: &CSharpVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CSharpVersion
Auto Trait Implementations§
impl Freeze for CSharpVersion
impl RefUnwindSafe for CSharpVersion
impl Send for CSharpVersion
impl Sync for CSharpVersion
impl Unpin for CSharpVersion
impl UnsafeUnpin for CSharpVersion
impl UnwindSafe for CSharpVersion
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