pub struct DryRunOutput {
pub ok: bool,
pub dry_run: bool,
pub sent: bool,
pub results: Vec<DryRunResultOutput>,
}Fields§
§ok: bool§dry_run: bool§sent: bool§results: Vec<DryRunResultOutput>Trait Implementations§
Source§impl Debug for DryRunOutput
impl Debug for DryRunOutput
Auto Trait Implementations§
impl Freeze for DryRunOutput
impl RefUnwindSafe for DryRunOutput
impl Send for DryRunOutput
impl Sync for DryRunOutput
impl Unpin for DryRunOutput
impl UnsafeUnpin for DryRunOutput
impl UnwindSafe for DryRunOutput
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