pub struct GSharp;Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GSharp
impl<'de> Deserialize<'de> for GSharp
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 GSharp
impl Ord for GSharp
Source§impl PartialOrd<GSharp> for usize
impl PartialOrd<GSharp> for usize
Source§impl PartialOrd<usize> for GSharp
impl PartialOrd<usize> for GSharp
Source§impl PartialOrd for GSharp
impl PartialOrd for GSharp
impl Copy for GSharp
impl Eq for GSharp
impl StructuralPartialEq for GSharp
Auto Trait Implementations§
impl Freeze for GSharp
impl RefUnwindSafe for GSharp
impl Send for GSharp
impl Sync for GSharp
impl Unpin for GSharp
impl UnwindSafe for GSharp
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