pub enum BackpressureLevel {
Normal,
Warning,
Limited,
Reject,
}Expand description
The pressure stage of a node-wide receive buffer.
Variants§
Trait Implementations§
Source§impl Clone for BackpressureLevel
impl Clone for BackpressureLevel
Source§fn clone(&self) -> BackpressureLevel
fn clone(&self) -> BackpressureLevel
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 BackpressureLevel
Source§impl Debug for BackpressureLevel
impl Debug for BackpressureLevel
impl Eq for BackpressureLevel
Source§impl PartialEq for BackpressureLevel
impl PartialEq for BackpressureLevel
impl StructuralPartialEq for BackpressureLevel
Auto Trait Implementations§
impl Freeze for BackpressureLevel
impl RefUnwindSafe for BackpressureLevel
impl Send for BackpressureLevel
impl Sync for BackpressureLevel
impl Unpin for BackpressureLevel
impl UnsafeUnpin for BackpressureLevel
impl UnwindSafe for BackpressureLevel
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