pub struct KeySelect(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for KeySelect
impl Ord for KeySelect
Source§impl PartialOrd for KeySelect
impl PartialOrd for KeySelect
impl Copy for KeySelect
impl Eq for KeySelect
impl StructuralPartialEq for KeySelect
Auto Trait Implementations§
impl Freeze for KeySelect
impl RefUnwindSafe for KeySelect
impl Send for KeySelect
impl Sync for KeySelect
impl Unpin for KeySelect
impl UnwindSafe for KeySelect
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