pub struct ChaosInjection {
pub operation: String,
pub mode: FailureMode,
pub timestamp: DateTime<Utc>,
}Fields§
§operation: String§mode: FailureMode§timestamp: DateTime<Utc>Trait Implementations§
Source§impl Clone for ChaosInjection
impl Clone for ChaosInjection
Source§fn clone(&self) -> ChaosInjection
fn clone(&self) -> ChaosInjection
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 moreAuto Trait Implementations§
impl Freeze for ChaosInjection
impl RefUnwindSafe for ChaosInjection
impl Send for ChaosInjection
impl Sync for ChaosInjection
impl Unpin for ChaosInjection
impl UnsafeUnpin for ChaosInjection
impl UnwindSafe for ChaosInjection
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