pub struct GetMessagesRequest {
pub count: u32,
}Expand description
Request structure for retrieving messages from the queue
Fields§
§count: u32Trait Implementations§
Source§impl Debug for GetMessagesRequest
impl Debug for GetMessagesRequest
Auto Trait Implementations§
impl Freeze for GetMessagesRequest
impl RefUnwindSafe for GetMessagesRequest
impl Send for GetMessagesRequest
impl Sync for GetMessagesRequest
impl Unpin for GetMessagesRequest
impl UnwindSafe for GetMessagesRequest
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