Struct tusk_rs::query::PostgresJoin
source · pub struct PostgresJoin {
pub join_type: &'static str,
pub table: &'static str,
pub local_field: &'static str,
pub foreign_field: &'static str,
pub condition: &'static str,
}Fields§
§join_type: &'static str§table: &'static str§local_field: &'static str§foreign_field: &'static str§condition: &'static strImplementations§
Auto Trait Implementations§
impl Freeze for PostgresJoin
impl RefUnwindSafe for PostgresJoin
impl Send for PostgresJoin
impl Sync for PostgresJoin
impl Unpin for PostgresJoin
impl UnwindSafe for PostgresJoin
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