pub struct OutputDeclarationVariable {
pub nodes: (Keyword, VariablePortType, ListOfVariablePortIdentifiers),
}Fields
nodes: (Keyword, VariablePortType, ListOfVariablePortIdentifiers)Trait Implementations
sourceimpl Clone for OutputDeclarationVariable
impl Clone for OutputDeclarationVariable
sourcefn clone(&self) -> OutputDeclarationVariable
fn clone(&self) -> OutputDeclarationVariable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OutputDeclarationVariable
impl Debug for OutputDeclarationVariable
sourceimpl<'a> From<&'a OutputDeclarationVariable> for RefNodes<'a>
impl<'a> From<&'a OutputDeclarationVariable> for RefNodes<'a>
sourcefn from(x: &'a OutputDeclarationVariable) -> Self
fn from(x: &'a OutputDeclarationVariable) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a OutputDeclarationVariable> for RefNode<'a>
impl<'a> From<&'a OutputDeclarationVariable> for RefNode<'a>
sourcefn from(x: &'a OutputDeclarationVariable) -> Self
fn from(x: &'a OutputDeclarationVariable) -> Self
Converts to this type from the input type.
sourceimpl From<OutputDeclarationVariable> for AnyNode
impl From<OutputDeclarationVariable> for AnyNode
sourcefn from(x: OutputDeclarationVariable) -> Self
fn from(x: OutputDeclarationVariable) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a OutputDeclarationVariable
impl<'a> IntoIterator for &'a OutputDeclarationVariable
sourceimpl PartialEq<OutputDeclarationVariable> for OutputDeclarationVariable
impl PartialEq<OutputDeclarationVariable> for OutputDeclarationVariable
sourcefn eq(&self, other: &OutputDeclarationVariable) -> bool
fn eq(&self, other: &OutputDeclarationVariable) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &OutputDeclarationVariable) -> bool
fn ne(&self, other: &OutputDeclarationVariable) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a OutputDeclarationVariable> for Locate
impl<'a> TryFrom<&'a OutputDeclarationVariable> for Locate
sourceimpl TryFrom<AnyNode> for OutputDeclarationVariable
impl TryFrom<AnyNode> for OutputDeclarationVariable
sourceimpl TryFrom<OutputDeclarationVariable> for Locate
impl TryFrom<OutputDeclarationVariable> for Locate
impl StructuralPartialEq for OutputDeclarationVariable
Auto Trait Implementations
impl RefUnwindSafe for OutputDeclarationVariable
impl Send for OutputDeclarationVariable
impl Sync for OutputDeclarationVariable
impl Unpin for OutputDeclarationVariable
impl UnwindSafe for OutputDeclarationVariable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more