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