pub struct InputPortID(/* private fields */);
Trait Implementations§
Source§impl Clone for InputPortID
impl Clone for InputPortID
Source§fn clone(&self) -> InputPortID
fn clone(&self) -> InputPortID
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 InputPortID
impl Debug for InputPortID
Source§impl<'de> Deserialize<'de> for InputPortID
impl<'de> Deserialize<'de> for InputPortID
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 InputPortID
impl Display for InputPortID
Source§impl From<InputPortID> for PortID
impl From<InputPortID> for PortID
Source§fn from(port_id: InputPortID) -> PortID
fn from(port_id: InputPortID) -> PortID
Converts to this type from the input type.
Source§impl From<InputPortID> for isize
impl From<InputPortID> for isize
Source§fn from(id: InputPortID) -> isize
fn from(id: InputPortID) -> isize
Converts to this type from the input type.
Source§impl From<InputPortID> for usize
impl From<InputPortID> for usize
Source§fn from(id: InputPortID) -> usize
fn from(id: InputPortID) -> usize
Converts to this type from the input type.
Source§impl Hash for InputPortID
impl Hash for InputPortID
Source§impl Ord for InputPortID
impl Ord for InputPortID
Source§fn cmp(&self, other: &InputPortID) -> Ordering
fn cmp(&self, other: &InputPortID) -> 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 InputPortID
impl PartialEq for InputPortID
Source§impl PartialOrd for InputPortID
impl PartialOrd for InputPortID
Source§impl Serialize for InputPortID
impl Serialize for InputPortID
Source§impl TryFrom<isize> for InputPortID
impl TryFrom<isize> for InputPortID
impl Copy for InputPortID
impl Eq for InputPortID
impl StructuralPartialEq for InputPortID
Auto Trait Implementations§
impl Freeze for InputPortID
impl RefUnwindSafe for InputPortID
impl Send for InputPortID
impl Sync for InputPortID
impl Unpin for InputPortID
impl UnwindSafe for InputPortID
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