Struct dfx_base::message_factory::DefaultMessageFactory
source · pub struct DefaultMessageFactory { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for DefaultMessageFactory
impl Clone for DefaultMessageFactory
source§fn clone(&self) -> DefaultMessageFactory
fn clone(&self) -> DefaultMessageFactory
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 DefaultMessageFactory
impl Debug for DefaultMessageFactory
Auto Trait Implementations§
impl RefUnwindSafe for DefaultMessageFactory
impl Send for DefaultMessageFactory
impl Sync for DefaultMessageFactory
impl Unpin for DefaultMessageFactory
impl UnwindSafe for DefaultMessageFactory
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