pub struct NsqConfig { /* private fields */ }Expand description
NsqConfig contains values supported by nsqd for consumers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NsqConfig
impl RefUnwindSafe for NsqConfig
impl Send for NsqConfig
impl Sync for NsqConfig
impl Unpin for NsqConfig
impl UnwindSafe for NsqConfig
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