pub struct UnionClause {
pub all: bool,
pub query: Query,
}Fields§
§all: bool§query: QueryTrait Implementations§
Source§impl Clone for UnionClause
impl Clone for UnionClause
Source§fn clone(&self) -> UnionClause
fn clone(&self) -> UnionClause
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 UnionClause
impl Debug for UnionClause
Source§impl<'de> Deserialize<'de> for UnionClause
impl<'de> Deserialize<'de> for UnionClause
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnionClause
impl PartialEq for UnionClause
Source§fn eq(&self, other: &UnionClause) -> bool
fn eq(&self, other: &UnionClause) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UnionClause
impl Serialize for UnionClause
impl StructuralPartialEq for UnionClause
Auto Trait Implementations§
impl Freeze for UnionClause
impl RefUnwindSafe for UnionClause
impl Send for UnionClause
impl Sync for UnionClause
impl Unpin for UnionClause
impl UnsafeUnpin for UnionClause
impl UnwindSafe for UnionClause
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