Struct ella_engine::lazy::LazyToView
source · pub struct LazyToView { /* private fields */ }Implementations§
source§impl LazyToView
impl LazyToView
pub fn materialize(self) -> Self
pub fn config(self, config: TableConfig) -> Self
pub fn index(self, col: impl Into<String>, ascending: bool) -> Result<Self>
pub fn if_not_exists(self) -> Self
pub fn or_replace(self) -> Self
Trait Implementations§
source§impl Debug for LazyToView
impl Debug for LazyToView
source§impl IntoFuture for LazyToView
impl IntoFuture for LazyToView
§type IntoFuture = Pin<Box<dyn Future<Output = <LazyToView as IntoFuture>::Output> + Send, Global>>
type IntoFuture = Pin<Box<dyn Future<Output = <LazyToView as IntoFuture>::Output> + Send, Global>>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LazyToView
impl Send for LazyToView
impl Sync for LazyToView
impl Unpin for LazyToView
impl !UnwindSafe for LazyToView
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