pub struct HddsPublisher { /* private fields */ }Expand description
Opaque handle to a Publisher
Auto Trait Implementations§
impl Freeze for HddsPublisher
impl RefUnwindSafe for HddsPublisher
impl Send for HddsPublisher
impl Sync for HddsPublisher
impl Unpin for HddsPublisher
impl UnsafeUnpin for HddsPublisher
impl UnwindSafe for HddsPublisher
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