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