pub struct ExchangeUoWLayer { /* private fields */ }Implementations§
Source§impl ExchangeUoWLayer
impl ExchangeUoWLayer
pub fn new( counter: Arc<AtomicU64>, on_complete_producer: Option<BoxProcessor>, on_failure_producer: Option<BoxProcessor>, ) -> Self
Trait Implementations§
Source§impl Clone for ExchangeUoWLayer
impl Clone for ExchangeUoWLayer
Source§fn clone(&self) -> ExchangeUoWLayer
fn clone(&self) -> ExchangeUoWLayer
Returns a duplicate 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<S> Layer<S> for ExchangeUoWLayer
impl<S> Layer<S> for ExchangeUoWLayer
Auto Trait Implementations§
impl Freeze for ExchangeUoWLayer
impl !RefUnwindSafe for ExchangeUoWLayer
impl Send for ExchangeUoWLayer
impl !Sync for ExchangeUoWLayer
impl Unpin for ExchangeUoWLayer
impl UnsafeUnpin for ExchangeUoWLayer
impl !UnwindSafe for ExchangeUoWLayer
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