pub struct NamedObjectCacheSelectObjectOption {
pub page_size: usize,
pub page_index: usize,
}
Fields§
§page_size: usize
§page_index: usize
Trait Implementations§
source§impl Clone for NamedObjectCacheSelectObjectOption
impl Clone for NamedObjectCacheSelectObjectOption
source§fn clone(&self) -> NamedObjectCacheSelectObjectOption
fn clone(&self) -> NamedObjectCacheSelectObjectOption
Returns a copy 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 more