Struct protoflow_core::OutputPort
source · pub struct OutputPort<T: Message> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: Clone + Message> Clone for OutputPort<T>
impl<T: Clone + Message> Clone for OutputPort<T>
source§fn clone(&self) -> OutputPort<T>
fn clone(&self) -> OutputPort<T>
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<T: Message> Debug for OutputPort<T>
impl<T: Message> Debug for OutputPort<T>
source§impl<T: Message> Display for OutputPort<T>
impl<T: Message> Display for OutputPort<T>
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<T: Message> MessageSender<T> for OutputPort<T>
impl<T: Message> MessageSender<T> for OutputPort<T>
source§impl<T: Message> Port for OutputPort<T>
impl<T: Message> Port for OutputPort<T>
source§fn is_connected(&self) -> bool
fn is_connected(&self) -> bool
Checks whether this port is currently connected.
Auto Trait Implementations§
impl<T> Freeze for OutputPort<T>
impl<T> !RefUnwindSafe for OutputPort<T>
impl<T> Send for OutputPort<T>
impl<T> Sync for OutputPort<T>
impl<T> Unpin for OutputPort<T>where
T: Unpin,
impl<T> !UnwindSafe for OutputPort<T>
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
)