pub struct Publisher<ContentType> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<ContentType> Freeze for Publisher<ContentType>
impl<ContentType> RefUnwindSafe for Publisher<ContentType>
impl<ContentType> !Send for Publisher<ContentType>
impl<ContentType> !Sync for Publisher<ContentType>
impl<ContentType> Unpin for Publisher<ContentType>
impl<ContentType> UnwindSafe for Publisher<ContentType>
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