pub enum InlineCount {
None,
AllPages,
}
Expand description
Used by ListRequest::inline_count
to show number of results left in a query, before all pages have been read.
Variants§
Trait Implementations§
Source§impl Clone for InlineCount
impl Clone for InlineCount
Source§fn clone(&self) -> InlineCount
fn clone(&self) -> InlineCount
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InlineCount
impl Debug for InlineCount
impl Copy for InlineCount
Auto Trait Implementations§
impl Freeze for InlineCount
impl RefUnwindSafe for InlineCount
impl Send for InlineCount
impl Sync for InlineCount
impl Unpin for InlineCount
impl UnwindSafe for InlineCount
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