pub struct MessageBusTopicParams {
pub limit: Option<usize>,
pub after_seq: Option<u64>,
}Expand description
MessageBusTopicParams data container.
Fields§
§limit: Option<usize>limit field for limit.
after_seq: Option<u64>after_seq field for after seq.
Trait Implementations§
Source§impl Clone for MessageBusTopicParams
impl Clone for MessageBusTopicParams
Source§fn clone(&self) -> MessageBusTopicParams
fn clone(&self) -> MessageBusTopicParams
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 MessageBusTopicParams
impl Debug for MessageBusTopicParams
Source§impl PartialEq for MessageBusTopicParams
impl PartialEq for MessageBusTopicParams
impl Eq for MessageBusTopicParams
impl StructuralPartialEq for MessageBusTopicParams
Auto Trait Implementations§
impl Freeze for MessageBusTopicParams
impl RefUnwindSafe for MessageBusTopicParams
impl Send for MessageBusTopicParams
impl Sync for MessageBusTopicParams
impl Unpin for MessageBusTopicParams
impl UnsafeUnpin for MessageBusTopicParams
impl UnwindSafe for MessageBusTopicParams
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.