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