pub struct PortDeclarationInput {
pub nodes: (Vec<AttributeInstance>, InputDeclaration),
}
Fields§
§nodes: (Vec<AttributeInstance>, InputDeclaration)
Trait Implementations§
source§impl Clone for PortDeclarationInput
impl Clone for PortDeclarationInput
source§fn clone(&self) -> PortDeclarationInput
fn clone(&self) -> PortDeclarationInput
Returns a copy 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 PortDeclarationInput
impl Debug for PortDeclarationInput
source§impl<'a> From<&'a PortDeclarationInput> for RefNode<'a>
impl<'a> From<&'a PortDeclarationInput> for RefNode<'a>
source§fn from(x: &'a PortDeclarationInput) -> Self
fn from(x: &'a PortDeclarationInput) -> Self
Converts to this type from the input type.
source§impl<'a> From<&'a PortDeclarationInput> for RefNodes<'a>
impl<'a> From<&'a PortDeclarationInput> for RefNodes<'a>
source§fn from(x: &'a PortDeclarationInput) -> Self
fn from(x: &'a PortDeclarationInput) -> Self
Converts to this type from the input type.
source§impl From<PortDeclarationInput> for AnyNode
impl From<PortDeclarationInput> for AnyNode
source§fn from(x: PortDeclarationInput) -> Self
fn from(x: PortDeclarationInput) -> Self
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a PortDeclarationInput
impl<'a> IntoIterator for &'a PortDeclarationInput
source§impl PartialEq for PortDeclarationInput
impl PartialEq for PortDeclarationInput
source§fn eq(&self, other: &PortDeclarationInput) -> bool
fn eq(&self, other: &PortDeclarationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> TryFrom<&'a PortDeclarationInput> for Locate
impl<'a> TryFrom<&'a PortDeclarationInput> for Locate
source§impl TryFrom<AnyNode> for PortDeclarationInput
impl TryFrom<AnyNode> for PortDeclarationInput
source§impl TryFrom<PortDeclarationInput> for Locate
impl TryFrom<PortDeclarationInput> for Locate
impl StructuralPartialEq for PortDeclarationInput
Auto Trait Implementations§
impl RefUnwindSafe for PortDeclarationInput
impl Send for PortDeclarationInput
impl Sync for PortDeclarationInput
impl Unpin for PortDeclarationInput
impl UnwindSafe for PortDeclarationInput
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