pub struct GeK<T, I = ()> { /* private fields */ }Expand description
(>= k)
Trait Implementations§
impl<T: Copy, I: Copy> Copy for GeK<T, I>
impl<T, I> StructuralPartialEq for GeK<T, I>
Auto Trait Implementations§
impl<T, I> Freeze for GeK<T, I>
impl<T, I> RefUnwindSafe for GeK<T, I>where
T: RefUnwindSafe,
I: RefUnwindSafe,
impl<T, I> Send for GeK<T, I>
impl<T, I> Sync for GeK<T, I>
impl<T, I> Unpin for GeK<T, I>
impl<T, I> UnwindSafe for GeK<T, I>where
T: UnwindSafe,
I: UnwindSafe,
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