pub struct IdSetPaginationOptions {
pub namespace: String,
pub ttl_seconds: u64,
pub max_ids: u64,
}Fields§
§namespace: String§ttl_seconds: u64§max_ids: u64Implementations§
Trait Implementations§
Source§impl Clone for IdSetPaginationOptions
impl Clone for IdSetPaginationOptions
Source§fn clone(&self) -> IdSetPaginationOptions
fn clone(&self) -> IdSetPaginationOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IdSetPaginationOptions
impl Debug for IdSetPaginationOptions
impl Eq for IdSetPaginationOptions
Source§impl PartialEq for IdSetPaginationOptions
impl PartialEq for IdSetPaginationOptions
impl StructuralPartialEq for IdSetPaginationOptions
Auto Trait Implementations§
impl Freeze for IdSetPaginationOptions
impl RefUnwindSafe for IdSetPaginationOptions
impl Send for IdSetPaginationOptions
impl Sync for IdSetPaginationOptions
impl Unpin for IdSetPaginationOptions
impl UnsafeUnpin for IdSetPaginationOptions
impl UnwindSafe for IdSetPaginationOptions
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