pub enum AttackComplexity {
Low,
High,
}Variants§
Trait Implementations§
Source§impl Debug for AttackComplexity
impl Debug for AttackComplexity
Source§impl FromStr for AttackComplexity
impl FromStr for AttackComplexity
Source§impl PartialEq for AttackComplexity
impl PartialEq for AttackComplexity
impl StructuralPartialEq for AttackComplexity
Auto Trait Implementations§
impl Freeze for AttackComplexity
impl RefUnwindSafe for AttackComplexity
impl Send for AttackComplexity
impl Sync for AttackComplexity
impl Unpin for AttackComplexity
impl UnwindSafe for AttackComplexity
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