pub struct ListDocumentsParams {
pub namespace: Option<String>,
pub limit: Option<f64>,
pub offset: Option<f64>,
}Fields§
§namespace: Option<String>§limit: Option<f64>§offset: Option<f64>Trait Implementations§
Source§impl Clone for ListDocumentsParams
impl Clone for ListDocumentsParams
Source§fn clone(&self) -> ListDocumentsParams
fn clone(&self) -> ListDocumentsParams
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 ListDocumentsParams
impl Debug for ListDocumentsParams
Source§impl Default for ListDocumentsParams
impl Default for ListDocumentsParams
Source§fn default() -> ListDocumentsParams
fn default() -> ListDocumentsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListDocumentsParams
impl RefUnwindSafe for ListDocumentsParams
impl Send for ListDocumentsParams
impl Sync for ListDocumentsParams
impl Unpin for ListDocumentsParams
impl UnsafeUnpin for ListDocumentsParams
impl UnwindSafe for ListDocumentsParams
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