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