Struct sea_query::extension::postgres::Type [−][src]
pub struct Type;
This is supported on crate feature
backend-postgres
only.Expand description
Helper for constructing any type statement
Implementations
impl Type
[src]
impl Type
[src]pub fn create() -> TypeCreateStatement
[src]
pub fn create() -> TypeCreateStatement
[src]Construct type TypeCreateStatement
pub fn drop() -> TypeDropStatement
[src]
pub fn drop() -> TypeDropStatement
[src]Construct type TypeDropStatement
pub fn alter() -> TypeAlterStatement
[src]
pub fn alter() -> TypeAlterStatement
[src]Construct type TypeAlterStatement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,