Struct partiql_types::BagType
source · pub struct BagType { /* private fields */ }
Implementations§
source§impl BagType
impl BagType
pub fn new_any() -> Self
pub fn new(typ: Box<PartiqlType>) -> Self
pub fn element_type(&self) -> &PartiqlType
Trait Implementations§
source§impl Ord for BagType
impl Ord for BagType
source§impl PartialEq<BagType> for BagType
impl PartialEq<BagType> for BagType
source§impl PartialOrd<BagType> for BagType
impl PartialOrd<BagType> for BagType
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 BagType
impl StructuralEq for BagType
impl StructuralPartialEq for BagType
Auto Trait Implementations§
impl RefUnwindSafe for BagType
impl Send for BagType
impl Sync for BagType
impl Unpin for BagType
impl UnwindSafe for BagType
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