pub struct CustomOutput {
pub message: Vec<Value>,
}Fields§
§message: Vec<Value>Trait Implementations§
Source§impl Display for CustomOutput
impl Display for CustomOutput
Auto Trait Implementations§
impl Freeze for CustomOutput
impl RefUnwindSafe for CustomOutput
impl Send for CustomOutput
impl Sync for CustomOutput
impl Unpin for CustomOutput
impl UnwindSafe for CustomOutput
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