Enum good_ormning::pg::query::select::JoinSource
source · pub enum JoinSource {
Subsel(Box<Select>),
Table(Table),
}Variants§
Trait Implementations§
source§impl Clone for JoinSource
impl Clone for JoinSource
source§fn clone(&self) -> JoinSource
fn clone(&self) -> JoinSource
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for JoinSource
impl !Send for JoinSource
impl !Sync for JoinSource
impl Unpin for JoinSource
impl !UnwindSafe for JoinSource
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