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