pub struct TableMapper { /* private fields */ }
Implementations§
Source§impl TableMapper
impl TableMapper
pub fn new() -> Self
pub fn map_fields(&mut self, fields: Vec<TableField>)
Trait Implementations§
Source§impl Clone for TableMapper
impl Clone for TableMapper
Source§fn clone(&self) -> TableMapper
fn clone(&self) -> TableMapper
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 Default for TableMapper
impl Default for TableMapper
Source§fn default() -> TableMapper
fn default() -> TableMapper
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableMapper
impl RefUnwindSafe for TableMapper
impl Send for TableMapper
impl Sync for TableMapper
impl Unpin for TableMapper
impl UnwindSafe for TableMapper
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