pub struct KeyOrder<K, O> { /* private fields */ }
Trait Implementations§
impl<K: Copy, O: Copy> Copy for KeyOrder<K, O>
Auto Trait Implementations§
impl<K, O> Freeze for KeyOrder<K, O>
impl<K, O> RefUnwindSafe for KeyOrder<K, O>where
K: RefUnwindSafe,
O: RefUnwindSafe,
impl<K, O> Send for KeyOrder<K, O>
impl<K, O> Sync for KeyOrder<K, O>
impl<K, O> Unpin for KeyOrder<K, O>
impl<K, O> UnwindSafe for KeyOrder<K, O>where
K: UnwindSafe,
O: 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