pub struct RequestEntriesCommandBuilder { /* private fields */ }Available on crate features
experimental and CacheStorage only.Implementations§
Source§impl RequestEntriesCommandBuilder
impl RequestEntriesCommandBuilder
Sourcepub fn skip_count(&mut self, v: u32) -> &mut Self
pub fn skip_count(&mut self, v: u32) -> &mut Self
Number of records to skip.
Sourcepub fn path_filter(&mut self, v: String) -> &mut Self
pub fn path_filter(&mut self, v: String) -> &mut Self
If present, only return the entries containing this substring in the path
pub fn build(&mut self) -> Result<RequestEntriesCommand, &'static str>
Trait Implementations§
Source§impl Clone for RequestEntriesCommandBuilder
impl Clone for RequestEntriesCommandBuilder
Source§fn clone(&self) -> RequestEntriesCommandBuilder
fn clone(&self) -> RequestEntriesCommandBuilder
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 RequestEntriesCommandBuilder
impl Debug for RequestEntriesCommandBuilder
Auto Trait Implementations§
impl Freeze for RequestEntriesCommandBuilder
impl RefUnwindSafe for RequestEntriesCommandBuilder
impl Send for RequestEntriesCommandBuilder
impl Sync for RequestEntriesCommandBuilder
impl Unpin for RequestEntriesCommandBuilder
impl UnwindSafe for RequestEntriesCommandBuilder
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