pub struct ProgramDeclarationExternAnsi {
    pub nodes: (Keyword, ProgramAnsiHeader),
}Fields§
§nodes: (Keyword, ProgramAnsiHeader)Trait Implementations§
Source§impl Clone for ProgramDeclarationExternAnsi
 
impl Clone for ProgramDeclarationExternAnsi
Source§fn clone(&self) -> ProgramDeclarationExternAnsi
 
fn clone(&self) -> ProgramDeclarationExternAnsi
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 ProgramDeclarationExternAnsi
 
impl Debug for ProgramDeclarationExternAnsi
Source§impl<'a> From<&'a ProgramDeclarationExternAnsi> for RefNode<'a>
 
impl<'a> From<&'a ProgramDeclarationExternAnsi> for RefNode<'a>
Source§fn from(x: &'a ProgramDeclarationExternAnsi) -> RefNode<'a>
 
fn from(x: &'a ProgramDeclarationExternAnsi) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ProgramDeclarationExternAnsi> for RefNodes<'a>
 
impl<'a> From<&'a ProgramDeclarationExternAnsi> for RefNodes<'a>
Source§fn from(x: &'a ProgramDeclarationExternAnsi) -> RefNodes<'a>
 
fn from(x: &'a ProgramDeclarationExternAnsi) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ProgramDeclarationExternAnsi> for AnyNode
 
impl From<ProgramDeclarationExternAnsi> for AnyNode
Source§fn from(x: ProgramDeclarationExternAnsi) -> AnyNode
 
fn from(x: ProgramDeclarationExternAnsi) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ProgramDeclarationExternAnsi
 
impl<'a> IntoIterator for &'a ProgramDeclarationExternAnsi
Source§impl PartialEq for ProgramDeclarationExternAnsi
 
impl PartialEq for ProgramDeclarationExternAnsi
Source§fn eq(&self, other: &ProgramDeclarationExternAnsi) -> bool
 
fn eq(&self, other: &ProgramDeclarationExternAnsi) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a ProgramDeclarationExternAnsi> for Locate
 
impl<'a> TryFrom<&'a ProgramDeclarationExternAnsi> for Locate
Source§impl TryFrom<ProgramDeclarationExternAnsi> for Locate
 
impl TryFrom<ProgramDeclarationExternAnsi> for Locate
impl StructuralPartialEq for ProgramDeclarationExternAnsi
Auto Trait Implementations§
impl Freeze for ProgramDeclarationExternAnsi
impl RefUnwindSafe for ProgramDeclarationExternAnsi
impl Send for ProgramDeclarationExternAnsi
impl Sync for ProgramDeclarationExternAnsi
impl Unpin for ProgramDeclarationExternAnsi
impl UnwindSafe for ProgramDeclarationExternAnsi
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