Enum tusk_rs::query::PostgresFieldLocation
source · pub enum PostgresFieldLocation {
Local(&'static str),
Expression(&'static str),
Join(&'static str, &'static str),
}Variants§
Auto Trait Implementations§
impl Freeze for PostgresFieldLocation
impl RefUnwindSafe for PostgresFieldLocation
impl Send for PostgresFieldLocation
impl Sync for PostgresFieldLocation
impl Unpin for PostgresFieldLocation
impl UnwindSafe for PostgresFieldLocation
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