pub struct MmlBodyCompiler {}
Available on crate feature
compiler
only.Expand description
MML → MIME message body compiler.
The compiler follows the builder pattern, where the build function
is named compile
.
Implementations§
Source§impl<'a> MmlBodyCompiler
impl<'a> MmlBodyCompiler
Trait Implementations§
Source§impl Clone for MmlBodyCompiler
impl Clone for MmlBodyCompiler
Source§fn clone(&self) -> MmlBodyCompiler
fn clone(&self) -> MmlBodyCompiler
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 MmlBodyCompiler
impl Debug for MmlBodyCompiler
Source§impl Default for MmlBodyCompiler
impl Default for MmlBodyCompiler
Source§fn default() -> MmlBodyCompiler
fn default() -> MmlBodyCompiler
Returns the “default value” for a type. Read more
Source§impl PartialEq for MmlBodyCompiler
impl PartialEq for MmlBodyCompiler
impl Eq for MmlBodyCompiler
impl StructuralPartialEq for MmlBodyCompiler
Auto Trait Implementations§
impl Freeze for MmlBodyCompiler
impl RefUnwindSafe for MmlBodyCompiler
impl Send for MmlBodyCompiler
impl Sync for MmlBodyCompiler
impl Unpin for MmlBodyCompiler
impl UnwindSafe for MmlBodyCompiler
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.