Enum quick_type_schema::CSharpAnyType
source · 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 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
This method tests for
self and other values to be equal, and is used
by ==.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