Struct ArrayDef
pub struct ArrayDef {
pub col_type: Option<RcOrArc<Type>>,
}Expand description
Defines an enum for the PostgreSQL module
Fields§
§col_type: Option<RcOrArc<Type>>Array type
Trait Implementations§
impl StructuralPartialEq for ArrayDef
Auto Trait Implementations§
impl Freeze for ArrayDef
impl RefUnwindSafe for ArrayDef
impl !Send for ArrayDef
impl !Sync for ArrayDef
impl Unpin for ArrayDef
impl UnwindSafe for ArrayDef
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