pub struct MessageBusDeadLetterParams {
pub limit: Option<usize>,
pub after_entry_seq: Option<u64>,
pub topic: Option<String>,
pub code: Option<String>,
}Expand description
MessageBusDeadLetterParams data container.
Fields§
§limit: Option<usize>limit field for limit.
after_entry_seq: Option<u64>after_entry_seq field for after entry seq.
topic: Option<String>topic field for topic.
code: Option<String>code field for code.
Trait Implementations§
Source§impl Clone for MessageBusDeadLetterParams
impl Clone for MessageBusDeadLetterParams
Source§fn clone(&self) -> MessageBusDeadLetterParams
fn clone(&self) -> MessageBusDeadLetterParams
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 MessageBusDeadLetterParams
impl Debug for MessageBusDeadLetterParams
impl Eq for MessageBusDeadLetterParams
impl StructuralPartialEq for MessageBusDeadLetterParams
Auto Trait Implementations§
impl Freeze for MessageBusDeadLetterParams
impl RefUnwindSafe for MessageBusDeadLetterParams
impl Send for MessageBusDeadLetterParams
impl Sync for MessageBusDeadLetterParams
impl Unpin for MessageBusDeadLetterParams
impl UnsafeUnpin for MessageBusDeadLetterParams
impl UnwindSafe for MessageBusDeadLetterParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.