pub struct SubscriptionSender { /* private fields */ }Expand description
Sender half that tags messages with a subscription id before sending.
Implementations§
Source§impl SubscriptionSender
impl SubscriptionSender
Trait Implementations§
Source§impl Clone for SubscriptionSender
impl Clone for SubscriptionSender
Source§fn clone(&self) -> SubscriptionSender
fn clone(&self) -> SubscriptionSender
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubscriptionSender
impl RefUnwindSafe for SubscriptionSender
impl Send for SubscriptionSender
impl Sync for SubscriptionSender
impl Unpin for SubscriptionSender
impl UnsafeUnpin for SubscriptionSender
impl UnwindSafe for SubscriptionSender
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