#[repr(C)]pub struct MessageFactory { /* private fields */ }Trait Implementations§
Source§impl ExternType for MessageFactory
impl ExternType for MessageFactory
impl UniquePtrTarget for MessageFactory
impl WeakPtrTarget for MessageFactory
Auto Trait Implementations§
impl !Freeze for MessageFactory
impl RefUnwindSafe for MessageFactory
impl !Send for MessageFactory
impl !Sync for MessageFactory
impl !Unpin for MessageFactory
impl UnwindSafe for MessageFactory
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