pub struct SubscriptionObserver<T, Error = ()>{ /* private fields */ }
Expand description
A SubscriptionObserver
wraps the observer object supplied to subscribe
.
Implementations§
Source§impl<T, Error> SubscriptionObserver<T, Error>
impl<T, Error> SubscriptionObserver<T, Error>
Auto Trait Implementations§
impl<T, Error> Freeze for SubscriptionObserver<T, Error>
impl<T, Error> RefUnwindSafe for SubscriptionObserver<T, Error>
impl<T, Error> Send for SubscriptionObserver<T, Error>
impl<T, Error> Sync for SubscriptionObserver<T, Error>
impl<T, Error> Unpin for SubscriptionObserver<T, Error>
impl<T, Error> UnwindSafe for SubscriptionObserver<T, Error>
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