Struct protoflow_core::PortDescriptor
source · pub struct PortDescriptor { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for PortDescriptor
impl Clone for PortDescriptor
source§fn clone(&self) -> PortDescriptor
fn clone(&self) -> PortDescriptor
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 PortDescriptor
impl Debug for PortDescriptor
source§impl<T: Message> From<&OutputPort<T>> for PortDescriptor
impl<T: Message> From<&OutputPort<T>> for PortDescriptor
source§fn from(port: &OutputPort<T>) -> Self
fn from(port: &OutputPort<T>) -> Self
Converts to this type from the input type.
source§impl Hash for PortDescriptor
impl Hash for PortDescriptor
source§impl Ord for PortDescriptor
impl Ord for PortDescriptor
source§fn cmp(&self, other: &PortDescriptor) -> Ordering
fn cmp(&self, other: &PortDescriptor) -> 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 PortDescriptor
impl PartialEq for PortDescriptor
source§impl PartialOrd for PortDescriptor
impl PartialOrd for PortDescriptor
source§impl Port for PortDescriptor
impl Port for PortDescriptor
source§fn is_connected(&self) -> bool
fn is_connected(&self) -> bool
Checks whether this port is currently connected.
impl Eq for PortDescriptor
impl StructuralPartialEq for PortDescriptor
Auto Trait Implementations§
impl Freeze for PortDescriptor
impl RefUnwindSafe for PortDescriptor
impl Send for PortDescriptor
impl Sync for PortDescriptor
impl Unpin for PortDescriptor
impl UnwindSafe for PortDescriptor
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)