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