Struct sea_schema::postgres::def::ArrayDef
source · Available on crate features
postgres
and def
only.Expand description
Defines an enum for the PostgreSQL module
Fields
col_type: Option<SeaRc<Type>>
Array type
Trait Implementations
impl StructuralPartialEq for ArrayDef
Auto Trait Implementations
impl RefUnwindSafe for ArrayDef
impl !Send for ArrayDef
impl !Sync for ArrayDef
impl Unpin for ArrayDef
impl UnwindSafe for ArrayDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more