pub struct ListWithTotalRequest {
pub project_id: String,
pub scope_id: String,
pub query: Query,
pub cursor: Option<String>,
pub offset: Option<usize>,
pub page_size: usize,
pub consistency: ConsistencyMode,
}Fields§
§project_id: String§scope_id: String§query: Query§cursor: Option<String>§offset: Option<usize>§page_size: usize§consistency: ConsistencyModeTrait Implementations§
Source§impl Clone for ListWithTotalRequest
impl Clone for ListWithTotalRequest
Source§fn clone(&self) -> ListWithTotalRequest
fn clone(&self) -> ListWithTotalRequest
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 moreAuto Trait Implementations§
impl Freeze for ListWithTotalRequest
impl RefUnwindSafe for ListWithTotalRequest
impl Send for ListWithTotalRequest
impl Sync for ListWithTotalRequest
impl Unpin for ListWithTotalRequest
impl UnsafeUnpin for ListWithTotalRequest
impl UnwindSafe for ListWithTotalRequest
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