Enum prql_compiler::FrameColumn 
source · [−]Variants
All(usize)
Unnamed(usize)
Named(String, usize)
Trait Implementations
sourceimpl Clone for FrameColumn
 
impl Clone for FrameColumn
sourcefn clone(&self) -> FrameColumn
 
fn clone(&self) -> FrameColumn
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 FrameColumn
 
impl Debug for FrameColumn
sourceimpl<'de> Deserialize<'de> for FrameColumn
 
impl<'de> Deserialize<'de> for FrameColumn
sourcefn 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
sourceimpl PartialEq<FrameColumn> for FrameColumn
 
impl PartialEq<FrameColumn> for FrameColumn
sourcefn eq(&self, other: &FrameColumn) -> bool
 
fn eq(&self, other: &FrameColumn) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FrameColumn) -> bool
 
fn ne(&self, other: &FrameColumn) -> bool
This method tests for !=.
sourceimpl PartialEq<usize> for FrameColumn
 
impl PartialEq<usize> for FrameColumn
sourceimpl Serialize for FrameColumn
 
impl Serialize for FrameColumn
impl StructuralPartialEq for FrameColumn
Auto Trait Implementations
impl RefUnwindSafe for FrameColumn
impl Send for FrameColumn
impl Sync for FrameColumn
impl Unpin for FrameColumn
impl UnwindSafe for FrameColumn
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