pub struct ViewToCreate {
pub fragment: Option<Fragment>,
pub name: String,
pub namespace: NamespaceId,
pub columns: Vec<ViewColumnToCreate>,
}Fields§
§fragment: Option<Fragment>§name: String§namespace: NamespaceId§columns: Vec<ViewColumnToCreate>Trait Implementations§
Source§impl Clone for ViewToCreate
impl Clone for ViewToCreate
Source§fn clone(&self) -> ViewToCreate
fn clone(&self) -> ViewToCreate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ViewToCreate
impl RefUnwindSafe for ViewToCreate
impl Send for ViewToCreate
impl Sync for ViewToCreate
impl Unpin for ViewToCreate
impl UnwindSafe for ViewToCreate
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