Struct tusk_rs::query::PostgresField
source · pub struct PostgresField {
pub alias: &'static str,
pub location: PostgresFieldLocation,
}Fields§
§alias: &'static str§location: PostgresFieldLocationImplementations§
source§impl PostgresField
impl PostgresField
pub fn into_syntax(&self, local_table: &str) -> String
Auto Trait Implementations§
impl Freeze for PostgresField
impl RefUnwindSafe for PostgresField
impl Send for PostgresField
impl Sync for PostgresField
impl Unpin for PostgresField
impl UnwindSafe for PostgresField
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