pub enum CSharpFeatures {
Complete,
AttributesOnly,
JustTypesAndNamespace,
JustTypes,
}
Variants§
Trait Implementations§
Source§impl Clone for CSharpFeatures
impl Clone for CSharpFeatures
Source§fn clone(&self) -> CSharpFeatures
fn clone(&self) -> CSharpFeatures
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 CSharpFeatures
impl Debug for CSharpFeatures
Source§impl Default for CSharpFeatures
impl Default for CSharpFeatures
Source§fn default() -> CSharpFeatures
fn default() -> CSharpFeatures
Returns the “default value” for a type. Read more
Source§impl Hash for CSharpFeatures
impl Hash for CSharpFeatures
Source§impl PartialEq for CSharpFeatures
impl PartialEq for CSharpFeatures
impl Eq for CSharpFeatures
impl StructuralPartialEq for CSharpFeatures
Auto Trait Implementations§
impl Freeze for CSharpFeatures
impl RefUnwindSafe for CSharpFeatures
impl Send for CSharpFeatures
impl Sync for CSharpFeatures
impl Unpin for CSharpFeatures
impl UnwindSafe for CSharpFeatures
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