pub struct ConsumerPollQuery {
pub limit: Option<usize>,
}Expand description
GET /api/v1/consumers/{consumer_id}/events — Poll for events since last ack
Fields§
§limit: Option<usize>Trait Implementations§
Source§impl Debug for ConsumerPollQuery
impl Debug for ConsumerPollQuery
Source§impl<'de> Deserialize<'de> for ConsumerPollQuery
impl<'de> Deserialize<'de> for ConsumerPollQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ConsumerPollQuery
impl RefUnwindSafe for ConsumerPollQuery
impl Send for ConsumerPollQuery
impl Sync for ConsumerPollQuery
impl Unpin for ConsumerPollQuery
impl UnsafeUnpin for ConsumerPollQuery
impl UnwindSafe for ConsumerPollQuery
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