pub struct Unselected { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for Unselected
impl Default for Unselected
Source§fn default() -> Unselected
fn default() -> Unselected
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Unselected
impl RefUnwindSafe for Unselected
impl Send for Unselected
impl Sync for Unselected
impl Unpin for Unselected
impl UnwindSafe for Unselected
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