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