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