Enum elasticsearch::ccr::CcrUnfollowParts [−][src]
pub enum CcrUnfollowParts<'b> {
Index(&'b str),
}Expand description
API parts for the Ccr Unfollow API
Variants
Index(&'b str)Index
Tuple Fields of Index
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 CcrUnfollowParts<'b>
impl<'b> Send for CcrUnfollowParts<'b>
impl<'b> Sync for CcrUnfollowParts<'b>
impl<'b> Unpin for CcrUnfollowParts<'b>
impl<'b> UnwindSafe for CcrUnfollowParts<'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more