Struct sql_migration_sim::View
source · pub struct View {
pub name: String,
pub columns: Vec<String>,
}
Expand description
A view in the database
Fields§
§name: String
The name of the view
columns: Vec<String>
The columns in the view
Auto Trait Implementations§
impl RefUnwindSafe for View
impl Send for View
impl Sync for View
impl Unpin for View
impl UnwindSafe for View
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