pub struct DryRunMatch {
pub message_id: String,
pub from: String,
pub subject: String,
pub actions: Vec<RuleAction>,
}Fields§
§message_id: String§from: String§subject: String§actions: Vec<RuleAction>Trait Implementations§
Source§impl Clone for DryRunMatch
impl Clone for DryRunMatch
Source§fn clone(&self) -> DryRunMatch
fn clone(&self) -> DryRunMatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DryRunMatch
impl Debug for DryRunMatch
Auto Trait Implementations§
impl Freeze for DryRunMatch
impl RefUnwindSafe for DryRunMatch
impl Send for DryRunMatch
impl Sync for DryRunMatch
impl Unpin for DryRunMatch
impl UnsafeUnpin for DryRunMatch
impl UnwindSafe for DryRunMatch
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