Struct tokio::sync::BarrierWaitResult
source · pub struct BarrierWaitResult(_);
Expand description
A BarrierWaitResult
is returned by wait
when all tasks in the Barrier
have rendezvoused.
Implementations§
Trait Implementations§
source§impl Clone for BarrierWaitResult
impl Clone for BarrierWaitResult
source§fn clone(&self) -> BarrierWaitResult
fn clone(&self) -> BarrierWaitResult
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 more