pub struct RabbitMqPagination {
pub page: u32,
pub page_size: Option<u32>,
pub filter: Option<RabbitMqPaginationFilter>,
}
Fields§
§page: u32
§page_size: Option<u32>
§filter: Option<RabbitMqPaginationFilter>
Trait Implementations§
Source§impl Clone for RabbitMqPagination
impl Clone for RabbitMqPagination
Source§fn clone(&self) -> RabbitMqPagination
fn clone(&self) -> RabbitMqPagination
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RabbitMqPagination
impl Debug for RabbitMqPagination
Auto Trait Implementations§
impl Freeze for RabbitMqPagination
impl RefUnwindSafe for RabbitMqPagination
impl Send for RabbitMqPagination
impl Sync for RabbitMqPagination
impl Unpin for RabbitMqPagination
impl UnwindSafe for RabbitMqPagination
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