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