pub struct MapValue {
pub field: String,
pub mapping: Map<String, Value>,
}Expand description
Replace field value using a lookup mapping. Unmapped values stay unchanged.
Fields§
§field: String§mapping: Map<String, Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapValue
impl RefUnwindSafe for MapValue
impl Send for MapValue
impl Sync for MapValue
impl Unpin for MapValue
impl UnsafeUnpin for MapValue
impl UnwindSafe for MapValue
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