pub struct WsSender { /* private fields */ }Expand description
Cheap-to-clone send half. All senders share one Mutex over the
underlying sink so writes from heartbeat / log-shipper / engine
dispatch tasks are serialised correctly.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsSender
impl !RefUnwindSafe for WsSender
impl Send for WsSender
impl Sync for WsSender
impl Unpin for WsSender
impl UnsafeUnpin for WsSender
impl !UnwindSafe for WsSender
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