Struct pg_helper::table::PgTableDesc
source · [−]pub struct PgTableDesc {
pub data: BTreeMap<String, Vec<PgTableItem>>,
}Fields
data: BTreeMap<String, Vec<PgTableItem>>Trait Implementations
sourceimpl Clone for PgTableDesc
impl Clone for PgTableDesc
sourcefn clone(&self) -> PgTableDesc
fn clone(&self) -> PgTableDesc
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgTableDesc
impl Debug for PgTableDesc
sourceimpl Default for PgTableDesc
impl Default for PgTableDesc
sourcefn default() -> PgTableDesc
fn default() -> PgTableDesc
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PgTableDesc
impl Send for PgTableDesc
impl Sync for PgTableDesc
impl Unpin for PgTableDesc
impl UnwindSafe for PgTableDesc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more