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