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