pub enum SelectList {
All,
Attributes(Vec<String>),
}Expand description
SELECT attribute list
Variants§
Trait Implementations§
Source§impl Clone for SelectList
impl Clone for SelectList
Source§fn clone(&self) -> SelectList
fn clone(&self) -> SelectList
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 SelectList
impl Debug for SelectList
Source§impl PartialEq for SelectList
impl PartialEq for SelectList
impl StructuralPartialEq for SelectList
Auto Trait Implementations§
impl Freeze for SelectList
impl RefUnwindSafe for SelectList
impl Send for SelectList
impl Sync for SelectList
impl Unpin for SelectList
impl UnwindSafe for SelectList
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