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