pub struct DropCharacterSetStmt {
pub charset_name: String,
}Expand description
DROP CHARACTER SET statement
Fields§
§charset_name: StringTrait Implementations§
Source§impl Clone for DropCharacterSetStmt
impl Clone for DropCharacterSetStmt
Source§fn clone(&self) -> DropCharacterSetStmt
fn clone(&self) -> DropCharacterSetStmt
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 DropCharacterSetStmt
impl Debug for DropCharacterSetStmt
Source§impl PartialEq for DropCharacterSetStmt
impl PartialEq for DropCharacterSetStmt
impl StructuralPartialEq for DropCharacterSetStmt
Auto Trait Implementations§
impl Freeze for DropCharacterSetStmt
impl RefUnwindSafe for DropCharacterSetStmt
impl Send for DropCharacterSetStmt
impl Sync for DropCharacterSetStmt
impl Unpin for DropCharacterSetStmt
impl UnwindSafe for DropCharacterSetStmt
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