Enum sqlite3_parser::ast::Materialized
source · [−]pub enum Materialized {
Any,
Yes,
No,
}Variants
Any
Yes
No
Trait Implementations
sourceimpl Clone for Materialized
impl Clone for Materialized
sourcefn clone(&self) -> Materialized
fn clone(&self) -> Materialized
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Materialized
impl Debug for Materialized
sourceimpl PartialEq<Materialized> for Materialized
impl PartialEq<Materialized> for Materialized
impl Eq for Materialized
impl StructuralEq for Materialized
impl StructuralPartialEq for Materialized
Auto Trait Implementations
impl RefUnwindSafe for Materialized
impl Send for Materialized
impl Sync for Materialized
impl Unpin for Materialized
impl UnwindSafe for Materialized
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more