pub struct SchemaRef {
pub name: String,
pub alias: Option<String>,
pub namespace: Option<String>,
}Expand description
Reference to a table (or schema object).
Fields§
§name: String§alias: Option<String>§namespace: Option<String>Implementations§
Trait Implementations§
impl StructuralPartialEq for SchemaRef
Auto Trait Implementations§
impl Freeze for SchemaRef
impl RefUnwindSafe for SchemaRef
impl Send for SchemaRef
impl Sync for SchemaRef
impl Unpin for SchemaRef
impl UnsafeUnpin for SchemaRef
impl UnwindSafe for SchemaRef
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