pub enum LimitDecision {
Allow,
Suppress,
}Expand description
Decision about how to handle an event.
Variants§
Trait Implementations§
Source§impl Clone for LimitDecision
impl Clone for LimitDecision
Source§fn clone(&self) -> LimitDecision
fn clone(&self) -> LimitDecision
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 LimitDecision
impl Debug for LimitDecision
Source§impl PartialEq for LimitDecision
impl PartialEq for LimitDecision
impl Copy for LimitDecision
impl Eq for LimitDecision
impl StructuralPartialEq for LimitDecision
Auto Trait Implementations§
impl Freeze for LimitDecision
impl RefUnwindSafe for LimitDecision
impl Send for LimitDecision
impl Sync for LimitDecision
impl Unpin for LimitDecision
impl UnwindSafe for LimitDecision
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