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 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 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
impl Eq for CSharpAnyType
Source§impl Hash for CSharpAnyType
impl Hash for CSharpAnyType
Source§impl PartialEq for CSharpAnyType
impl PartialEq for CSharpAnyType
Source§fn eq(&self, other: &CSharpAnyType) -> bool
fn eq(&self, other: &CSharpAnyType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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