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