pub struct Mutator {
pub mutator_correlation_id: String,
pub attributes: BTreeMap<AttrKey, AttrVal>,
}
Expand description
Mutator representation for HTTP
Fields§
§mutator_correlation_id: String
HTTP-server local identifier for the mutator.
attributes: BTreeMap<AttrKey, AttrVal>
Mutator’s attributes
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Mutator
impl<'de> Deserialize<'de> for Mutator
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
Auto Trait Implementations§
impl Freeze for Mutator
impl RefUnwindSafe for Mutator
impl Send for Mutator
impl Sync for Mutator
impl Unpin for Mutator
impl UnwindSafe for Mutator
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