#[repr(u8)]pub enum Erfwmi {
WATERMARK_NO = 0,
WATERMARK_YES = 1,
}Variants§
WATERMARK_NO = 0
No such occurrence
WATERMARK_YES = 1
Number of messages in FIFO is greater than the watermark
Implementations§
Trait Implementations§
Source§impl Ord for Erfwmi
impl Ord for Erfwmi
Source§impl PartialOrd for Erfwmi
impl PartialOrd for Erfwmi
impl Copy for Erfwmi
impl Eq for Erfwmi
impl StructuralPartialEq for Erfwmi
Auto Trait Implementations§
impl Freeze for Erfwmi
impl RefUnwindSafe for Erfwmi
impl Send for Erfwmi
impl Sync for Erfwmi
impl Unpin for Erfwmi
impl UnwindSafe for Erfwmi
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