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