Fields
page_size: u16
page_index: u16
Trait Implementations
sourceimpl Clone for NamedObjectCacheSelectObjectOption
impl Clone for NamedObjectCacheSelectObjectOption
sourcefn clone(&self) -> NamedObjectCacheSelectObjectOption
fn clone(&self) -> NamedObjectCacheSelectObjectOption
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<NamedObjectCacheSelectObjectOption> for SelectOption
impl From<NamedObjectCacheSelectObjectOption> for SelectOption
sourcefn from(opt: NamedObjectCacheSelectObjectOption) -> Self
fn from(opt: NamedObjectCacheSelectObjectOption) -> Self
Converts to this type from the input type.
sourceimpl TryFrom<&'_ SelectOption> for NamedObjectCacheSelectObjectOption
impl TryFrom<&'_ SelectOption> for NamedObjectCacheSelectObjectOption
type Error = BuckyError
type Error = BuckyError
The type returned in the event of a conversion error.
sourcefn try_from(opt: &SelectOption) -> Result<Self, Self::Error>
fn try_from(opt: &SelectOption) -> Result<Self, Self::Error>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCacheSelectObjectOption
impl Send for NamedObjectCacheSelectObjectOption
impl Sync for NamedObjectCacheSelectObjectOption
impl Unpin for NamedObjectCacheSelectObjectOption
impl UnwindSafe for NamedObjectCacheSelectObjectOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more