Enum prql_compiler::ir::pl::VarDefKind
source · pub enum VarDefKind {
Let,
Into,
Main,
}Variants§
Trait Implementations§
source§impl Clone for VarDefKind
impl Clone for VarDefKind
source§fn clone(&self) -> VarDefKind
fn clone(&self) -> VarDefKind
Returns a copy 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 moresource§impl Debug for VarDefKind
impl Debug for VarDefKind
source§impl<'de> Deserialize<'de> for VarDefKind
impl<'de> Deserialize<'de> for VarDefKind
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<VarDefKind> for VarDefKind
impl PartialEq<VarDefKind> for VarDefKind
source§fn eq(&self, other: &VarDefKind) -> bool
fn eq(&self, other: &VarDefKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VarDefKind
impl Serialize for VarDefKind
impl Eq for VarDefKind
impl StructuralEq for VarDefKind
impl StructuralPartialEq for VarDefKind
Auto Trait Implementations§
impl RefUnwindSafe for VarDefKind
impl Send for VarDefKind
impl Sync for VarDefKind
impl Unpin for VarDefKind
impl UnwindSafe for VarDefKind
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