Struct good_ormning::sqlite::query::select::NamedSelectSource
source · pub struct NamedSelectSource {
pub source: JoinSource,
pub alias: Option<String>,
}Fields§
§source: JoinSource§alias: Option<String>Trait Implementations§
source§impl Clone for NamedSelectSource
impl Clone for NamedSelectSource
source§fn clone(&self) -> NamedSelectSource
fn clone(&self) -> NamedSelectSource
Returns a copy 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 more