pub struct CSharp {}
Implementations§
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