pub struct OutputPortID(/* private fields */);
Trait Implementations§
Source§impl Clone for OutputPortID
impl Clone for OutputPortID
Source§fn clone(&self) -> OutputPortID
fn clone(&self) -> OutputPortID
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 OutputPortID
impl Debug for OutputPortID
Source§impl<'de> Deserialize<'de> for OutputPortID
impl<'de> Deserialize<'de> for OutputPortID
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OutputPortID
impl Display for OutputPortID
Source§impl From<OutputPortID> for PortID
impl From<OutputPortID> for PortID
Source§fn from(port_id: OutputPortID) -> PortID
fn from(port_id: OutputPortID) -> PortID
Converts to this type from the input type.
Source§impl From<OutputPortID> for isize
impl From<OutputPortID> for isize
Source§fn from(id: OutputPortID) -> isize
fn from(id: OutputPortID) -> isize
Converts to this type from the input type.
Source§impl From<OutputPortID> for usize
impl From<OutputPortID> for usize
Source§fn from(id: OutputPortID) -> usize
fn from(id: OutputPortID) -> usize
Converts to this type from the input type.
Source§impl Hash for OutputPortID
impl Hash for OutputPortID
Source§impl Ord for OutputPortID
impl Ord for OutputPortID
Source§fn cmp(&self, other: &OutputPortID) -> Ordering
fn cmp(&self, other: &OutputPortID) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OutputPortID
impl PartialEq for OutputPortID
Source§impl PartialOrd for OutputPortID
impl PartialOrd for OutputPortID
Source§impl Serialize for OutputPortID
impl Serialize for OutputPortID
Source§impl TryFrom<isize> for OutputPortID
impl TryFrom<isize> for OutputPortID
impl Copy for OutputPortID
impl Eq for OutputPortID
impl StructuralPartialEq for OutputPortID
Auto Trait Implementations§
impl Freeze for OutputPortID
impl RefUnwindSafe for OutputPortID
impl Send for OutputPortID
impl Sync for OutputPortID
impl Unpin for OutputPortID
impl UnwindSafe for OutputPortID
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