pub struct DropPartition {
pub expressions: Vec<Expression>,
pub exists: bool,
}Expand description
DropPartition
Fields§
§expressions: Vec<Expression>§exists: boolTrait Implementations§
Source§impl Clone for DropPartition
impl Clone for DropPartition
Source§fn clone(&self) -> DropPartition
fn clone(&self) -> DropPartition
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 moreSource§impl Debug for DropPartition
impl Debug for DropPartition
Source§impl<'de> Deserialize<'de> for DropPartition
impl<'de> Deserialize<'de> for DropPartition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DropPartition
impl PartialEq for DropPartition
Source§impl Serialize for DropPartition
impl Serialize for DropPartition
impl StructuralPartialEq for DropPartition
Auto Trait Implementations§
impl Freeze for DropPartition
impl RefUnwindSafe for DropPartition
impl Send for DropPartition
impl Sync for DropPartition
impl Unpin for DropPartition
impl UnwindSafe for DropPartition
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