pub struct TableRef {
pub schema_name: Option<BoundedString>,
pub table_name: BoundedString,
}
Expand description
Uniquely identifies a table in a database. The schema will be assumed to be the
default_schema
if not specified.
Fieldsยง
ยงschema_name: Option<BoundedString>
ยงtable_name: BoundedString
Trait Implementationsยง
impl Copy for TableRef
impl StructuralPartialEq for TableRef
Auto Trait Implementationsยง
impl Freeze for TableRef
impl RefUnwindSafe for TableRef
impl Send for TableRef
impl Sync for TableRef
impl Unpin for TableRef
impl UnwindSafe for TableRef
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