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 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 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
Source§impl Hash for CSharpVersion
impl Hash for CSharpVersion
Source§impl PartialEq for CSharpVersion
impl PartialEq for CSharpVersion
impl Eq for CSharpVersion
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 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