pub struct ChannelWireSpawn;
Expand description
A wire spawn implementation
Trait Implementations§
Source§impl Clone for ChannelWireSpawn
impl Clone for ChannelWireSpawn
Source§fn clone(&self) -> ChannelWireSpawn
fn clone(&self) -> ChannelWireSpawn
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 WireSpawn for ChannelWireSpawn
impl WireSpawn for ChannelWireSpawn
Source§type Error = Infallible
type Error = Infallible
An error type returned when spawning fails. If this cannot happen,
Infallible
can be used.Source§fn info(&self) -> &Self::Info
fn info(&self) -> &Self::Info
Retrieve
Self::Info
Auto Trait Implementations§
impl Freeze for ChannelWireSpawn
impl RefUnwindSafe for ChannelWireSpawn
impl Send for ChannelWireSpawn
impl Sync for ChannelWireSpawn
impl Unpin for ChannelWireSpawn
impl UnwindSafe for ChannelWireSpawn
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