Enum sqlparser::ast::CopyTarget
source · [−]Variants
Stdin
Stdout
File
Fields
filename: String
The path name of the input or output file.
Program
Fields
command: String
A command to execute
Trait Implementations
sourceimpl Clone for CopyTarget
impl Clone for CopyTarget
sourcefn clone(&self) -> CopyTarget
fn clone(&self) -> CopyTarget
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CopyTarget
impl Debug for CopyTarget
sourceimpl Display for CopyTarget
impl Display for CopyTarget
sourceimpl Hash for CopyTarget
impl Hash for CopyTarget
sourceimpl PartialEq<CopyTarget> for CopyTarget
impl PartialEq<CopyTarget> for CopyTarget
sourcefn eq(&self, other: &CopyTarget) -> bool
fn eq(&self, other: &CopyTarget) -> bool
impl Eq for CopyTarget
impl StructuralEq for CopyTarget
impl StructuralPartialEq for CopyTarget
Auto Trait Implementations
impl RefUnwindSafe for CopyTarget
impl Send for CopyTarget
impl Sync for CopyTarget
impl Unpin for CopyTarget
impl UnwindSafe for CopyTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more