pub struct NetworkWorkerOutbound { /* private fields */ }Implementations§
Source§impl NetworkWorkerOutbound
impl NetworkWorkerOutbound
pub fn new(network: NetworkRuntime) -> Self
Trait Implementations§
Source§impl Clone for NetworkWorkerOutbound
impl Clone for NetworkWorkerOutbound
Source§fn clone(&self) -> NetworkWorkerOutbound
fn clone(&self) -> NetworkWorkerOutbound
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NetworkWorkerOutbound
impl RefUnwindSafe for NetworkWorkerOutbound
impl Send for NetworkWorkerOutbound
impl Sync for NetworkWorkerOutbound
impl Unpin for NetworkWorkerOutbound
impl UnsafeUnpin for NetworkWorkerOutbound
impl UnwindSafe for NetworkWorkerOutbound
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