pub struct SelectStmtFlags(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SelectStmtFlags
impl Clone for SelectStmtFlags
Source§fn clone(&self) -> SelectStmtFlags
fn clone(&self) -> SelectStmtFlags
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 SelectStmtFlags
impl Debug for SelectStmtFlags
Source§impl Default for SelectStmtFlags
impl Default for SelectStmtFlags
Source§fn default() -> SelectStmtFlags
fn default() -> SelectStmtFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for SelectStmtFlags
impl PartialEq for SelectStmtFlags
impl Copy for SelectStmtFlags
impl Eq for SelectStmtFlags
impl StructuralPartialEq for SelectStmtFlags
Auto Trait Implementations§
impl Freeze for SelectStmtFlags
impl RefUnwindSafe for SelectStmtFlags
impl Send for SelectStmtFlags
impl Sync for SelectStmtFlags
impl Unpin for SelectStmtFlags
impl UnsafeUnpin for SelectStmtFlags
impl UnwindSafe for SelectStmtFlags
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