pub enum UserImpact {
None,
ConnectionFailure,
PerformanceDegradation,
ServiceUnavailable,
DataLoss,
}Expand description
User impact types
Variants§
Trait Implementations§
Source§impl Clone for UserImpact
impl Clone for UserImpact
Source§fn clone(&self) -> UserImpact
fn clone(&self) -> UserImpact
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 moreAuto Trait Implementations§
impl Freeze for UserImpact
impl RefUnwindSafe for UserImpact
impl Send for UserImpact
impl Sync for UserImpact
impl Unpin for UserImpact
impl UnwindSafe for UserImpact
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