pub struct SelectInitial;Expand description
Marker for the initial state of SelectBuilder.
Implementations§
Source§impl SelectInitial
impl SelectInitial
Trait Implementations§
Source§impl Clone for SelectInitial
impl Clone for SelectInitial
Source§fn clone(&self) -> SelectInitial
fn clone(&self) -> SelectInitial
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SelectInitial
impl Debug for SelectInitial
Source§impl Default for SelectInitial
impl Default for SelectInitial
Source§fn default() -> SelectInitial
fn default() -> SelectInitial
Returns the “default value” for a type. Read more
impl Copy 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 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