pub struct PgTableDesc {
pub data: BTreeMap<String, Vec<PgTableItem>>,
}Fields§
§data: BTreeMap<String, Vec<PgTableItem>>Implementations§
Source§impl PgTableDesc
impl PgTableDesc
Trait Implementations§
Source§impl Clone for PgTableDesc
impl Clone for PgTableDesc
Source§fn clone(&self) -> PgTableDesc
fn clone(&self) -> PgTableDesc
Returns a duplicate 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 PgTableDesc
impl Debug for PgTableDesc
Source§impl Default for PgTableDesc
impl Default for PgTableDesc
Source§fn default() -> PgTableDesc
fn default() -> PgTableDesc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PgTableDesc
impl RefUnwindSafe for PgTableDesc
impl Send for PgTableDesc
impl Sync for PgTableDesc
impl Unpin for PgTableDesc
impl UnwindSafe for PgTableDesc
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