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