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