pub struct TableBinding {
pub table_name: String,
pub alias: Option<String>,
}Fields§
§table_name: String§alias: Option<String>Trait Implementations§
Source§impl Clone for TableBinding
impl Clone for TableBinding
Source§fn clone(&self) -> TableBinding
fn clone(&self) -> TableBinding
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 TableBinding
impl Debug for TableBinding
Source§impl PartialEq for TableBinding
impl PartialEq for TableBinding
impl Eq for TableBinding
impl StructuralPartialEq for TableBinding
Auto Trait Implementations§
impl Freeze for TableBinding
impl RefUnwindSafe for TableBinding
impl Send for TableBinding
impl Sync for TableBinding
impl Unpin for TableBinding
impl UnsafeUnpin for TableBinding
impl UnwindSafe for TableBinding
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