pub struct DryRunMessage {
pub title: String,
pub body: Option<String>,
pub format: MessageFormat,
pub priority: Priority,
pub tags: Vec<String>,
}Fields§
§title: String§body: Option<String>§format: MessageFormat§priority: PriorityTrait Implementations§
Source§impl Debug for DryRunMessage
impl Debug for DryRunMessage
Auto Trait Implementations§
impl Freeze for DryRunMessage
impl RefUnwindSafe for DryRunMessage
impl Send for DryRunMessage
impl Sync for DryRunMessage
impl Unpin for DryRunMessage
impl UnsafeUnpin for DryRunMessage
impl UnwindSafe for DryRunMessage
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