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