#[repr(u8)]pub enum AnnounceBackpressureEvent {
Deferred = 0,
Retry = 1,
Recovered = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AnnounceBackpressureEvent
impl Clone for AnnounceBackpressureEvent
Source§fn clone(&self) -> AnnounceBackpressureEvent
fn clone(&self) -> AnnounceBackpressureEvent
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 moreimpl Copy for AnnounceBackpressureEvent
Source§impl Debug for AnnounceBackpressureEvent
impl Debug for AnnounceBackpressureEvent
impl Eq for AnnounceBackpressureEvent
impl StructuralPartialEq for AnnounceBackpressureEvent
Auto Trait Implementations§
impl Freeze for AnnounceBackpressureEvent
impl RefUnwindSafe for AnnounceBackpressureEvent
impl Send for AnnounceBackpressureEvent
impl Sync for AnnounceBackpressureEvent
impl Unpin for AnnounceBackpressureEvent
impl UnsafeUnpin for AnnounceBackpressureEvent
impl UnwindSafe for AnnounceBackpressureEvent
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