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