pub struct SubscriptionComponent;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubscriptionComponent
impl RefUnwindSafe for SubscriptionComponent
impl Send for SubscriptionComponent
impl Sync for SubscriptionComponent
impl Unpin for SubscriptionComponent
impl UnsafeUnpin for SubscriptionComponent
impl UnwindSafe for SubscriptionComponent
Blanket Implementations§
impl<A> Async for A
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