Struct mml::message::compiler::MmlCompiler
source · pub struct MmlCompiler { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for MmlCompiler
impl Clone for MmlCompiler
source§fn clone(&self) -> MmlCompiler
fn clone(&self) -> MmlCompiler
Returns a copy 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 MmlCompiler
impl Debug for MmlCompiler
source§impl Default for MmlCompiler
impl Default for MmlCompiler
source§fn default() -> MmlCompiler
fn default() -> MmlCompiler
Returns the “default value” for a type. Read more
source§impl PartialEq<MmlCompiler> for MmlCompiler
impl PartialEq<MmlCompiler> for MmlCompiler
source§fn eq(&self, other: &MmlCompiler) -> bool
fn eq(&self, other: &MmlCompiler) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MmlCompiler
impl StructuralEq for MmlCompiler
impl StructuralPartialEq for MmlCompiler
Auto Trait Implementations§
impl RefUnwindSafe for MmlCompiler
impl Send for MmlCompiler
impl Sync for MmlCompiler
impl Unpin for MmlCompiler
impl UnwindSafe for MmlCompiler
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.