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