pub struct DefaultBrokerFactory;Expand description
Trait Implementations§
Source§impl BrokerFactory for DefaultBrokerFactory
impl BrokerFactory for DefaultBrokerFactory
Auto Trait Implementations§
impl Freeze for DefaultBrokerFactory
impl RefUnwindSafe for DefaultBrokerFactory
impl Send for DefaultBrokerFactory
impl Sync for DefaultBrokerFactory
impl Unpin for DefaultBrokerFactory
impl UnsafeUnpin for DefaultBrokerFactory
impl UnwindSafe for DefaultBrokerFactory
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