pub struct TableFqn {
pub catalog: String,
pub namespace: String,
pub table: String,
}Fields§
§catalog: String§namespace: String§table: StringImplementations§
Trait Implementations§
impl Eq for TableFqn
Source§impl From<&TableMetadata> for TableFqn
impl From<&TableMetadata> for TableFqn
Source§fn from(value: &TableMetadata) -> Self
fn from(value: &TableMetadata) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for TableFqn
Auto Trait Implementations§
impl Freeze for TableFqn
impl RefUnwindSafe for TableFqn
impl Send for TableFqn
impl Sync for TableFqn
impl Unpin for TableFqn
impl UnsafeUnpin for TableFqn
impl UnwindSafe for TableFqn
Blanket Implementations§
impl<T> Allocation for T
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