pub struct BaseListener {
pub stan: Client,
pub stream_name: String,
pub subject: String,
pub queue_group_name: String,
pub ack_wait: Duration,
}
Fields§
§stan: Client
§stream_name: String
§subject: String
§queue_group_name: String
§ack_wait: Duration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseListener
impl !RefUnwindSafe for BaseListener
impl Send for BaseListener
impl Sync for BaseListener
impl Unpin for BaseListener
impl !UnwindSafe for BaseListener
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