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