Struct clia_rustorm::table::SchemaContent
source · [−]pub struct SchemaContent {
pub schema: String,
pub tablenames: Vec<TableName>,
pub views: Vec<TableName>,
}Fields
schema: Stringtablenames: Vec<TableName>views: Vec<TableName>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SchemaContent
impl Send for SchemaContent
impl Sync for SchemaContent
impl Unpin for SchemaContent
impl UnwindSafe for SchemaContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more