pub enum SelectItems {
Star,
List(Vec<Expr>),
}Variants§
Trait Implementations§
Source§impl Clone for SelectItems
impl Clone for SelectItems
Source§fn clone(&self) -> SelectItems
fn clone(&self) -> SelectItems
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectItems
impl Debug for SelectItems
Source§impl PartialEq for SelectItems
impl PartialEq for SelectItems
impl StructuralPartialEq for SelectItems
Auto Trait Implementations§
impl Freeze for SelectItems
impl RefUnwindSafe for SelectItems
impl Send for SelectItems
impl Sync for SelectItems
impl Unpin for SelectItems
impl UnsafeUnpin for SelectItems
impl UnwindSafe for SelectItems
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