pub enum AttackAxis {
Cpu,
Memory,
Disk,
Network,
Concurrency,
Time,
}Expand description
Attack axes for stress testing
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AttackAxis
impl Clone for AttackAxis
Source§fn clone(&self) -> AttackAxis
fn clone(&self) -> AttackAxis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AttackAxis
Source§impl Debug for AttackAxis
impl Debug for AttackAxis
Source§impl<'de> Deserialize<'de> for AttackAxis
impl<'de> Deserialize<'de> for AttackAxis
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AttackAxis
Source§impl Hash for AttackAxis
impl Hash for AttackAxis
Source§impl PartialEq for AttackAxis
impl PartialEq for AttackAxis
Source§impl Serialize for AttackAxis
impl Serialize for AttackAxis
impl StructuralPartialEq for AttackAxis
Auto Trait Implementations§
impl Freeze for AttackAxis
impl RefUnwindSafe for AttackAxis
impl Send for AttackAxis
impl Sync for AttackAxis
impl Unpin for AttackAxis
impl UnsafeUnpin for AttackAxis
impl UnwindSafe for AttackAxis
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