pub struct CSharp;Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CSharp
impl<'de> Deserialize<'de> for CSharp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for CSharp
impl Ord for CSharp
Source§impl PartialOrd<CSharp> for usize
impl PartialOrd<CSharp> for usize
Source§impl PartialOrd<usize> for CSharp
impl PartialOrd<usize> for CSharp
Source§impl PartialOrd for CSharp
impl PartialOrd for CSharp
impl Copy for CSharp
impl Eq for CSharp
impl StructuralPartialEq for CSharp
Auto Trait Implementations§
impl Freeze for CSharp
impl RefUnwindSafe for CSharp
impl Send for CSharp
impl Sync for CSharp
impl Unpin for CSharp
impl UnwindSafe for CSharp
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