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