pub enum StartAfter {
Key(&'static str),
None,
}Variants§
Trait Implementations§
Source§impl Clone for StartAfter
impl Clone for StartAfter
Source§fn clone(&self) -> StartAfter
fn clone(&self) -> StartAfter
Returns a copy 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 StartAfter
impl Debug for StartAfter
Source§impl Default for StartAfter
impl Default for StartAfter
Source§impl From<StartAfter> for ListProps
impl From<StartAfter> for ListProps
Source§fn from(start_after_key: StartAfter) -> Self
fn from(start_after_key: StartAfter) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StartAfter
impl RefUnwindSafe for StartAfter
impl Send for StartAfter
impl Sync for StartAfter
impl Unpin for StartAfter
impl UnwindSafe for StartAfter
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