pub struct Pending;Expand description
Selector for the pending count; see PENDING.
Trait Implementations§
Source§impl ContextField for Pending
impl ContextField for Pending
Source§type Context = JetStreamContext
type Context = JetStreamContext
The per-delivery context type this key reads from.
Source§fn read(self, cx: &JetStreamContext) -> Option<u64>
fn read(self, cx: &JetStreamContext) -> Option<u64>
Reads this key’s field out of
src. Named apart from Field::get so a key
implementing both traits stays unambiguous to call.impl Copy for Pending
Auto Trait Implementations§
impl Freeze for Pending
impl RefUnwindSafe for Pending
impl Send for Pending
impl Sync for Pending
impl Unpin for Pending
impl UnsafeUnpin for Pending
impl UnwindSafe for Pending
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