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