pub struct JsonArray;Expand description
JSON-array carry: emit a single Payload::Json message whose body is a JSON array, with each
element mapped from the corresponding payload:
Text(s)→"s"Bytes(b)→[u8, u8, …]Json(v)→vEmpty→null
Trait Implementations§
Source§impl AggregationStrategy for JsonArray
impl AggregationStrategy for JsonArray
impl Copy for JsonArray
Auto Trait Implementations§
impl Freeze for JsonArray
impl RefUnwindSafe for JsonArray
impl Send for JsonArray
impl Sync for JsonArray
impl Unpin for JsonArray
impl UnsafeUnpin for JsonArray
impl UnwindSafe for JsonArray
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