pub struct PublisherTrack { /* private fields */ }Expand description
RAII subscription guard for the publisher role.
Implementations§
Trait Implementations§
Source§impl Drop for PublisherTrack
impl Drop for PublisherTrack
Auto Trait Implementations§
impl Freeze for PublisherTrack
impl RefUnwindSafe for PublisherTrack
impl Send for PublisherTrack
impl Sync for PublisherTrack
impl Unpin for PublisherTrack
impl UnsafeUnpin for PublisherTrack
impl UnwindSafe for PublisherTrack
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