pub struct AIOBrokerFeatures { /* private fields */ }
Expand description
Options for configuring features on a Session
that are specific to the AIO broker
Auto Trait Implementations§
impl Freeze for AIOBrokerFeatures
impl RefUnwindSafe for AIOBrokerFeatures
impl Send for AIOBrokerFeatures
impl Sync for AIOBrokerFeatures
impl Unpin for AIOBrokerFeatures
impl UnwindSafe for AIOBrokerFeatures
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