pub struct FccHook {
pub pattern: String,
pub mailbox: String,
}Expand description
One [[fcc_hooks]] entry: the mailbox a matching outgoing
message’s copy goes to (a local maildir path).
Fields§
§pattern: StringMessage pattern matched against the draft being sent.
mailbox: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for FccHook
impl<'de> Deserialize<'de> for FccHook
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FccHook
impl RefUnwindSafe for FccHook
impl Send for FccHook
impl Sync for FccHook
impl Unpin for FccHook
impl UnsafeUnpin for FccHook
impl UnwindSafe for FccHook
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