pub struct JCL;
Implementations§
Auto Trait Implementations§
impl Freeze for JCL
impl RefUnwindSafe for JCL
impl Send for JCL
impl Sync for JCL
impl Unpin for JCL
impl UnwindSafe for JCL
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