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