pub struct AppendLogReadOptions {
pub after: Option<u64>,
pub limit: Option<usize>,
}Expand description
AppendLogReadOptions data container.
Fields§
§after: Option<u64>after field for after.
limit: Option<usize>limit field for limit.
Trait Implementations§
Source§impl Clone for AppendLogReadOptions
impl Clone for AppendLogReadOptions
Source§fn clone(&self) -> AppendLogReadOptions
fn clone(&self) -> AppendLogReadOptions
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 AppendLogReadOptions
impl Debug for AppendLogReadOptions
Source§impl Default for AppendLogReadOptions
impl Default for AppendLogReadOptions
Source§fn default() -> AppendLogReadOptions
fn default() -> AppendLogReadOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for AppendLogReadOptions
impl PartialEq for AppendLogReadOptions
impl Eq for AppendLogReadOptions
impl StructuralPartialEq for AppendLogReadOptions
Auto Trait Implementations§
impl Freeze for AppendLogReadOptions
impl RefUnwindSafe for AppendLogReadOptions
impl Send for AppendLogReadOptions
impl Sync for AppendLogReadOptions
impl Unpin for AppendLogReadOptions
impl UnsafeUnpin for AppendLogReadOptions
impl UnwindSafe for AppendLogReadOptions
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.