pub struct BinsSelection {
    pub nodes: (BinsKeyword, BinIdentifier, Symbol, SelectExpression, Option<(Keyword, Paren<Expression>)>),
}Fields§
§nodes: (BinsKeyword, BinIdentifier, Symbol, SelectExpression, Option<(Keyword, Paren<Expression>)>)Trait Implementations§
Source§impl Clone for BinsSelection
 
impl Clone for BinsSelection
Source§fn clone(&self) -> BinsSelection
 
fn clone(&self) -> BinsSelection
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 moreSource§impl Debug for BinsSelection
 
impl Debug for BinsSelection
Source§impl<'a> From<&'a BinsSelection> for RefNode<'a>
 
impl<'a> From<&'a BinsSelection> for RefNode<'a>
Source§fn from(x: &'a BinsSelection) -> RefNode<'a>
 
fn from(x: &'a BinsSelection) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a BinsSelection> for RefNodes<'a>
 
impl<'a> From<&'a BinsSelection> for RefNodes<'a>
Source§fn from(x: &'a BinsSelection) -> RefNodes<'a>
 
fn from(x: &'a BinsSelection) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<BinsSelection> for AnyNode
 
impl From<BinsSelection> for AnyNode
Source§fn from(x: BinsSelection) -> AnyNode
 
fn from(x: BinsSelection) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a BinsSelection
 
impl<'a> IntoIterator for &'a BinsSelection
Source§impl PartialEq for BinsSelection
 
impl PartialEq for BinsSelection
Source§impl<'a> TryFrom<&'a BinsSelection> for Locate
 
impl<'a> TryFrom<&'a BinsSelection> for Locate
Source§impl TryFrom<AnyNode> for BinsSelection
 
impl TryFrom<AnyNode> for BinsSelection
Source§impl TryFrom<BinsSelection> for Locate
 
impl TryFrom<BinsSelection> for Locate
impl StructuralPartialEq for BinsSelection
Auto Trait Implementations§
impl Freeze for BinsSelection
impl RefUnwindSafe for BinsSelection
impl Send for BinsSelection
impl Sync for BinsSelection
impl Unpin for BinsSelection
impl UnwindSafe for BinsSelection
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