pub struct DropColumnOption {
pub(crate) column_name: DynIden,
pub(crate) if_exists: bool,
}Expand description
table alter drop column options
Fields§
§column_name: DynIden§if_exists: boolTrait Implementations§
Source§impl Clone for DropColumnOption
impl Clone for DropColumnOption
Source§fn clone(&self) -> DropColumnOption
fn clone(&self) -> DropColumnOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DropColumnOption
impl RefUnwindSafe for DropColumnOption
impl Send for DropColumnOption
impl Sync for DropColumnOption
impl Unpin for DropColumnOption
impl UnwindSafe for DropColumnOption
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