pub enum ReplyMode {
Always,
SuppressSuccess,
SuppressMiss,
QuietBuffered,
}Expand description
Reply suppression policy.
Variants§
Always
Always return a response.
SuppressSuccess
Suppress success responses; errors still returned.
SuppressMiss
Suppress miss responses for meta-get.
QuietBuffered
Binary quiet mode: buffer/suppress based on opcode.
Trait Implementations§
impl Copy for ReplyMode
impl Eq for ReplyMode
impl StructuralPartialEq for ReplyMode
Auto Trait Implementations§
impl Freeze for ReplyMode
impl RefUnwindSafe for ReplyMode
impl Send for ReplyMode
impl Sync for ReplyMode
impl Unpin for ReplyMode
impl UnwindSafe for ReplyMode
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