Struct partiql_types::AnyOf
source · pub struct AnyOf { /* private fields */ }
Implementations§
Trait Implementations§
source§impl FromIterator<PartiqlType> for AnyOf
impl FromIterator<PartiqlType> for AnyOf
source§fn from_iter<T: IntoIterator<Item = PartiqlType>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = PartiqlType>>(iter: T) -> Self
Creates a value from an iterator. Read more
source§impl Ord for AnyOf
impl Ord for AnyOf
source§impl PartialEq<AnyOf> for AnyOf
impl PartialEq<AnyOf> for AnyOf
source§impl PartialOrd<AnyOf> for AnyOf
impl PartialOrd<AnyOf> for AnyOf
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for AnyOf
impl StructuralEq for AnyOf
impl StructuralPartialEq for AnyOf
Auto Trait Implementations§
impl RefUnwindSafe for AnyOf
impl Send for AnyOf
impl Sync for AnyOf
impl Unpin for AnyOf
impl UnwindSafe for AnyOf
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