Struct good_ormning::pg::query::expr::ExprValName
source · pub struct ExprValName {
pub table_id: String,
pub id: String,
}Fields§
§table_id: String§id: StringTrait Implementations§
source§impl Clone for ExprValName
impl Clone for ExprValName
source§fn clone(&self) -> ExprValName
fn clone(&self) -> ExprValName
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 moresource§impl Debug for ExprValName
impl Debug for ExprValName
source§impl Display for ExprValName
impl Display for ExprValName
source§impl Hash for ExprValName
impl Hash for ExprValName
source§impl PartialEq for ExprValName
impl PartialEq for ExprValName
source§fn eq(&self, other: &ExprValName) -> bool
fn eq(&self, other: &ExprValName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ExprValName
impl StructuralEq for ExprValName
impl StructuralPartialEq for ExprValName
Auto Trait Implementations§
impl RefUnwindSafe for ExprValName
impl Send for ExprValName
impl Sync for ExprValName
impl Unpin for ExprValName
impl UnwindSafe for ExprValName
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