pub struct ListenerBuilder { /* private fields */ }
Expand description
Struct to setup a stream reading from a pubsub The content of the pubsub is not processed
Implementations§
Auto Trait Implementations§
impl Freeze for ListenerBuilder
impl !RefUnwindSafe for ListenerBuilder
impl Send for ListenerBuilder
impl Sync for ListenerBuilder
impl Unpin for ListenerBuilder
impl !UnwindSafe for ListenerBuilder
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