pub struct DbTableInfo { /* private fields */ }Expand description
Holds information about the table against which the SQL will be run - this is used to produce the SQL.
Implementations§
Trait Implementations§
Source§impl Clone for DbTableInfo
impl Clone for DbTableInfo
Source§fn clone(&self) -> DbTableInfo
fn clone(&self) -> DbTableInfo
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 DbTableInfo
impl Debug for DbTableInfo
Source§impl Hash for DbTableInfo
impl Hash for DbTableInfo
Source§impl PartialEq for DbTableInfo
impl PartialEq for DbTableInfo
impl Eq for DbTableInfo
impl StructuralPartialEq for DbTableInfo
Auto Trait Implementations§
impl Freeze for DbTableInfo
impl RefUnwindSafe for DbTableInfo
impl Send for DbTableInfo
impl Sync for DbTableInfo
impl Unpin for DbTableInfo
impl UnwindSafe for DbTableInfo
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