pub struct C3Class { /* private fields */ }
Expand description
A class.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for C3Class
impl RefUnwindSafe for C3Class
impl Send for C3Class
impl Sync for C3Class
impl Unpin for C3Class
impl UnwindSafe for C3Class
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