pub struct FanOutShape2<In: 'static, Out0: 'static, Out1: 'static> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<In: 'static, Out0: 'static, Out1: 'static> Clone for FanOutShape2<In, Out0, Out1>
impl<In: 'static, Out0: 'static, Out1: 'static> Clone for FanOutShape2<In, Out0, Out1>
Source§impl<In: Debug + 'static, Out0: Debug + 'static, Out1: Debug + 'static> Debug for FanOutShape2<In, Out0, Out1>
impl<In: Debug + 'static, Out0: Debug + 'static, Out1: Debug + 'static> Debug for FanOutShape2<In, Out0, Out1>
impl<In: Eq + 'static, Out0: Eq + 'static, Out1: Eq + 'static> Eq for FanOutShape2<In, Out0, Out1>
Source§impl<In: PartialEq + 'static, Out0: PartialEq + 'static, Out1: PartialEq + 'static> PartialEq for FanOutShape2<In, Out0, Out1>
impl<In: PartialEq + 'static, Out0: PartialEq + 'static, Out1: PartialEq + 'static> PartialEq for FanOutShape2<In, Out0, Out1>
Source§fn eq(&self, other: &FanOutShape2<In, Out0, Out1>) -> bool
fn eq(&self, other: &FanOutShape2<In, Out0, Out1>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<In: 'static, Out0: 'static, Out1: 'static> Shape for FanOutShape2<In, Out0, Out1>
impl<In: 'static, Out0: 'static, Out1: 'static> Shape for FanOutShape2<In, Out0, Out1>
impl<In: 'static, Out0: 'static, Out1: 'static> StructuralPartialEq for FanOutShape2<In, Out0, Out1>
Auto Trait Implementations§
impl<In, Out0, Out1> Freeze for FanOutShape2<In, Out0, Out1>
impl<In, Out0, Out1> RefUnwindSafe for FanOutShape2<In, Out0, Out1>
impl<In, Out0, Out1> Send for FanOutShape2<In, Out0, Out1>
impl<In, Out0, Out1> Sync for FanOutShape2<In, Out0, Out1>
impl<In, Out0, Out1> Unpin for FanOutShape2<In, Out0, Out1>
impl<In, Out0, Out1> UnsafeUnpin for FanOutShape2<In, Out0, Out1>
impl<In, Out0, Out1> UnwindSafe for FanOutShape2<In, Out0, Out1>
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Message for T
impl<T> Message for T
Source§fn from_boxed(m: BoxedMessage) -> Result<Self, BoxedDowncastErr>
fn from_boxed(m: BoxedMessage) -> Result<Self, BoxedDowncastErr>
Convert a BoxedMessage to this concrete type
Source§fn box_message(self, pid: &ActorId) -> Result<BoxedMessage, BoxedDowncastErr>
fn box_message(self, pid: &ActorId) -> Result<BoxedMessage, BoxedDowncastErr>
Convert this message to a BoxedMessage