pub struct RandsequenceStatement {
pub nodes: (Keyword, Paren<Option<ProductionIdentifier>>, Production, Vec<Production>, Keyword),
}Fields
nodes: (Keyword, Paren<Option<ProductionIdentifier>>, Production, Vec<Production>, Keyword)Trait Implementations
sourceimpl Clone for RandsequenceStatement
impl Clone for RandsequenceStatement
sourcefn clone(&self) -> RandsequenceStatement
fn clone(&self) -> RandsequenceStatement
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 RandsequenceStatement
impl Debug for RandsequenceStatement
sourceimpl<'a> From<&'a RandsequenceStatement> for RefNodes<'a>
impl<'a> From<&'a RandsequenceStatement> for RefNodes<'a>
sourcefn from(x: &'a RandsequenceStatement) -> Self
fn from(x: &'a RandsequenceStatement) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a RandsequenceStatement> for RefNode<'a>
impl<'a> From<&'a RandsequenceStatement> for RefNode<'a>
sourcefn from(x: &'a RandsequenceStatement) -> Self
fn from(x: &'a RandsequenceStatement) -> Self
Converts to this type from the input type.
sourceimpl From<RandsequenceStatement> for AnyNode
impl From<RandsequenceStatement> for AnyNode
sourcefn from(x: RandsequenceStatement) -> Self
fn from(x: RandsequenceStatement) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a RandsequenceStatement
impl<'a> IntoIterator for &'a RandsequenceStatement
sourceimpl PartialEq<RandsequenceStatement> for RandsequenceStatement
impl PartialEq<RandsequenceStatement> for RandsequenceStatement
sourcefn eq(&self, other: &RandsequenceStatement) -> bool
fn eq(&self, other: &RandsequenceStatement) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RandsequenceStatement) -> bool
fn ne(&self, other: &RandsequenceStatement) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a RandsequenceStatement> for Locate
impl<'a> TryFrom<&'a RandsequenceStatement> for Locate
sourceimpl TryFrom<AnyNode> for RandsequenceStatement
impl TryFrom<AnyNode> for RandsequenceStatement
sourceimpl TryFrom<RandsequenceStatement> for Locate
impl TryFrom<RandsequenceStatement> for Locate
impl StructuralPartialEq for RandsequenceStatement
Auto Trait Implementations
impl RefUnwindSafe for RandsequenceStatement
impl Send for RandsequenceStatement
impl Sync for RandsequenceStatement
impl Unpin for RandsequenceStatement
impl UnwindSafe for RandsequenceStatement
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