pub struct BestEffortDelivery;Expand description
Best-effort stream delivery marker.
Slow active consumers may observe gaps or dropped output when bounded buffers overflow.
Trait Implementations§
Source§impl Clone for BestEffortDelivery
impl Clone for BestEffortDelivery
Source§fn clone(&self) -> BestEffortDelivery
fn clone(&self) -> BestEffortDelivery
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 Debug for BestEffortDelivery
impl Debug for BestEffortDelivery
Source§impl Delivery for BestEffortDelivery
impl Delivery for BestEffortDelivery
Source§fn guarantee(self) -> DeliveryGuarantee
fn guarantee(self) -> DeliveryGuarantee
Returns the runtime delivery guarantee represented by this marker.
Source§impl PartialEq for BestEffortDelivery
impl PartialEq for BestEffortDelivery
impl Copy for BestEffortDelivery
impl Eq for BestEffortDelivery
impl StructuralPartialEq for BestEffortDelivery
Auto Trait Implementations§
impl Freeze for BestEffortDelivery
impl RefUnwindSafe for BestEffortDelivery
impl Send for BestEffortDelivery
impl Sync for BestEffortDelivery
impl Unpin for BestEffortDelivery
impl UnsafeUnpin for BestEffortDelivery
impl UnwindSafe for BestEffortDelivery
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