pub struct DryRunOutput {
pub ok: bool,
pub dry_run: bool,
pub channel: String,
pub channel_type: String,
pub message: DryRunMessage,
pub attachments: Vec<DryRunAttachment>,
}Fields§
§ok: bool§dry_run: bool§channel: String§channel_type: String§message: DryRunMessage§attachments: Vec<DryRunAttachment>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