pub enum ExcludeSelectItem {
Single(Ident),
Multiple(Vec<Ident>),
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for ExcludeSelectItem
impl Clone for ExcludeSelectItem
Source§fn clone(&self) -> ExcludeSelectItem
fn clone(&self) -> ExcludeSelectItem
Returns a copy 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 ExcludeSelectItem
impl Debug for ExcludeSelectItem
Source§impl Display for ExcludeSelectItem
impl Display for ExcludeSelectItem
Source§impl Hash for ExcludeSelectItem
impl Hash for ExcludeSelectItem
Source§impl Ord for ExcludeSelectItem
impl Ord for ExcludeSelectItem
Source§fn cmp(&self, other: &ExcludeSelectItem) -> Ordering
fn cmp(&self, other: &ExcludeSelectItem) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExcludeSelectItem
impl PartialEq for ExcludeSelectItem
Source§impl PartialOrd for ExcludeSelectItem
impl PartialOrd for ExcludeSelectItem
impl Eq for ExcludeSelectItem
impl StructuralPartialEq for ExcludeSelectItem
Auto Trait Implementations§
impl Freeze for ExcludeSelectItem
impl RefUnwindSafe for ExcludeSelectItem
impl Send for ExcludeSelectItem
impl Sync for ExcludeSelectItem
impl Unpin for ExcludeSelectItem
impl UnwindSafe for ExcludeSelectItem
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