pub struct Jc { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Jc
impl StructuralPartialEq for Jc
Auto Trait Implementations§
impl Freeze for Jc
impl RefUnwindSafe for Jc
impl Send for Jc
impl Sync for Jc
impl Unpin for Jc
impl UnwindSafe for Jc
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