pub struct RawSelectCommand {
pub columns: Vec<String>,
pub table: String,
}Fields§
§columns: Vec<String>§table: StringTrait Implementations§
Source§impl Clone for RawSelectCommand
impl Clone for RawSelectCommand
Source§fn clone(&self) -> RawSelectCommand
fn clone(&self) -> RawSelectCommand
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 RawSelectCommand
impl Debug for RawSelectCommand
Source§impl PartialEq for RawSelectCommand
impl PartialEq for RawSelectCommand
impl StructuralPartialEq for RawSelectCommand
Auto Trait Implementations§
impl Freeze for RawSelectCommand
impl RefUnwindSafe for RawSelectCommand
impl Send for RawSelectCommand
impl Sync for RawSelectCommand
impl Unpin for RawSelectCommand
impl UnwindSafe for RawSelectCommand
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