pub enum ExpandWildcards {
Open,
Closed,
Hidden,
None,
All,
}
Expand description
Whether to expand wildcard expression to concrete indices that are open, closed or both.
Variants§
Trait Implementations§
Source§impl Clone for ExpandWildcards
impl Clone for ExpandWildcards
Source§fn clone(&self) -> ExpandWildcards
fn clone(&self) -> ExpandWildcards
Returns a duplicate 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 ExpandWildcards
impl Debug for ExpandWildcards
Source§impl<'de> Deserialize<'de> for ExpandWildcards
impl<'de> Deserialize<'de> for ExpandWildcards
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExpandWildcards
impl PartialEq for ExpandWildcards
Source§impl Serialize for ExpandWildcards
impl Serialize for ExpandWildcards
impl Copy for ExpandWildcards
impl StructuralPartialEq for ExpandWildcards
Auto Trait Implementations§
impl Freeze for ExpandWildcards
impl RefUnwindSafe for ExpandWildcards
impl Send for ExpandWildcards
impl Sync for ExpandWildcards
impl Unpin for ExpandWildcards
impl UnwindSafe for ExpandWildcards
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