pub struct CompoundSelect<'bump> {
pub operator: CompoundOperator,
pub select: OneSelect<'bump>,
}Expand description
Compound select
Fields§
§operator: CompoundOperatoroperator
select: OneSelect<'bump>select
Trait Implementations§
Source§impl<'bump> Debug for CompoundSelect<'bump>
impl<'bump> Debug for CompoundSelect<'bump>
impl<'bump> Eq for CompoundSelect<'bump>
Source§impl<'bump> PartialEq for CompoundSelect<'bump>
impl<'bump> PartialEq for CompoundSelect<'bump>
Source§fn eq(&self, other: &CompoundSelect<'bump>) -> bool
fn eq(&self, other: &CompoundSelect<'bump>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'bump> StructuralPartialEq for CompoundSelect<'bump>
Auto Trait Implementations§
impl<'bump> !RefUnwindSafe for CompoundSelect<'bump>
impl<'bump> !Send for CompoundSelect<'bump>
impl<'bump> !Sync for CompoundSelect<'bump>
impl<'bump> !UnwindSafe for CompoundSelect<'bump>
impl<'bump> Freeze for CompoundSelect<'bump>
impl<'bump> Unpin for CompoundSelect<'bump>
impl<'bump> UnsafeUnpin for CompoundSelect<'bump>
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.