pub struct Subscriber { /* private fields */ }Expand description
A peer subscribed to a resource: which connection, and the writer to push a
notifications/resources/updated to. Opaque — fields are private; construct +
mutate a registry through register_subscriber / drop_subscription /
remove_conn_subscriptions and fire pushes through the notify_* helpers.
Auto Trait Implementations§
impl Freeze for Subscriber
impl RefUnwindSafe for Subscriber
impl Send for Subscriber
impl Sync for Subscriber
impl Unpin for Subscriber
impl UnsafeUnpin for Subscriber
impl UnwindSafe for Subscriber
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