pub struct ContinuousPageFetchOptions {
pub namespace: String,
pub ttl_seconds: u64,
}Fields§
§namespace: String§ttl_seconds: u64Implementations§
Trait Implementations§
Source§impl Clone for ContinuousPageFetchOptions
impl Clone for ContinuousPageFetchOptions
Source§fn clone(&self) -> ContinuousPageFetchOptions
fn clone(&self) -> ContinuousPageFetchOptions
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 ContinuousPageFetchOptions
impl Debug for ContinuousPageFetchOptions
impl Eq for ContinuousPageFetchOptions
impl StructuralPartialEq for ContinuousPageFetchOptions
Auto Trait Implementations§
impl Freeze for ContinuousPageFetchOptions
impl RefUnwindSafe for ContinuousPageFetchOptions
impl Send for ContinuousPageFetchOptions
impl Sync for ContinuousPageFetchOptions
impl Unpin for ContinuousPageFetchOptions
impl UnsafeUnpin for ContinuousPageFetchOptions
impl UnwindSafe for ContinuousPageFetchOptions
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