Struct sqlx_ledger::event::EventSubscriberOpts
source · pub struct EventSubscriberOpts {
pub close_on_lag: bool,
pub buffer: usize,
pub after_id: Option<SqlxLedgerEventId>,
}
Expand description
Options when initializing the EventSubscriber
Fields§
§close_on_lag: bool
§buffer: usize
§after_id: Option<SqlxLedgerEventId>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EventSubscriberOpts
impl Send for EventSubscriberOpts
impl Sync for EventSubscriberOpts
impl Unpin for EventSubscriberOpts
impl UnwindSafe for EventSubscriberOpts
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