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