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