pub struct DropSequence {
pub name: String,
pub if_exists: bool,
}Expand description
DROP SEQUENCE statement.
Fields§
§name: String§if_exists: boolTrait Implementations§
Source§impl Clone for DropSequence
impl Clone for DropSequence
Source§fn clone(&self) -> DropSequence
fn clone(&self) -> DropSequence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DropSequence
impl Debug for DropSequence
Source§impl PartialEq for DropSequence
impl PartialEq for DropSequence
impl StructuralPartialEq for DropSequence
Auto Trait Implementations§
impl Freeze for DropSequence
impl RefUnwindSafe for DropSequence
impl Send for DropSequence
impl Sync for DropSequence
impl Unpin for DropSequence
impl UnsafeUnpin for DropSequence
impl UnwindSafe for DropSequence
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