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