pub struct TableFqn {
pub catalog: String,
pub namespace: String,
pub table: String,
}Fields§
§catalog: String§namespace: String§table: StringImplementations§
Trait Implementations§
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 Eq for TableFqn
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 UnwindSafe for TableFqn
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