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