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