pub struct SelectInitial;Expand description
Marker for the initial state of SelectBuilder.
Trait Implementations§
Source§impl Clone for SelectInitial
impl Clone for SelectInitial
impl Copy for SelectInitial
Source§impl Debug for SelectInitial
impl Debug for SelectInitial
Auto Trait Implementations§
impl Freeze for SelectInitial
impl RefUnwindSafe for SelectInitial
impl Send for SelectInitial
impl Sync for SelectInitial
impl Unpin for SelectInitial
impl UnsafeUnpin for SelectInitial
impl UnwindSafe for SelectInitial
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