pub struct RabbitMqRequestOptions {
pub disable_stats: bool,
pub pagination: Option<RabbitMqPagination>,
pub sorting: Option<RabbitMqSorting>,
}
Fields§
§disable_stats: bool
§pagination: Option<RabbitMqPagination>
§sorting: Option<RabbitMqSorting>
Trait Implementations§
Source§impl Clone for RabbitMqRequestOptions
impl Clone for RabbitMqRequestOptions
Source§fn clone(&self) -> RabbitMqRequestOptions
fn clone(&self) -> RabbitMqRequestOptions
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 RabbitMqRequestOptions
impl Debug for RabbitMqRequestOptions
Source§impl Default for RabbitMqRequestOptions
impl Default for RabbitMqRequestOptions
Source§fn default() -> RabbitMqRequestOptions
fn default() -> RabbitMqRequestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RabbitMqRequestOptions
impl RefUnwindSafe for RabbitMqRequestOptions
impl Send for RabbitMqRequestOptions
impl Sync for RabbitMqRequestOptions
impl Unpin for RabbitMqRequestOptions
impl UnwindSafe for RabbitMqRequestOptions
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