Enum elasticsearch::ScrollParts [−][src]
pub enum ScrollParts<'b> {
None,
ScrollId(&'b str),
}Expand description
API parts for the Scroll API
Variants
No parts
ScrollId(&'b str)ScrollId
Tuple Fields of ScrollId
0: &'b strImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'b> RefUnwindSafe for ScrollParts<'b>
impl<'b> Send for ScrollParts<'b>
impl<'b> Sync for ScrollParts<'b>
impl<'b> Unpin for ScrollParts<'b>
impl<'b> UnwindSafe for ScrollParts<'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more