pub struct Overlapping {
pub index_patterns: Vec<String>,
pub name: String,
}Fields§
§index_patterns: Vec<String>§name: StringImplementations§
Source§impl Overlapping
impl Overlapping
Trait Implementations§
Source§impl Clone for Overlapping
impl Clone for Overlapping
Source§fn clone(&self) -> Overlapping
fn clone(&self) -> Overlapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Overlapping
impl Debug for Overlapping
Source§impl Default for Overlapping
impl Default for Overlapping
Source§fn default() -> Overlapping
fn default() -> Overlapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Overlapping
impl<'de> Deserialize<'de> for Overlapping
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 Overlapping
impl PartialEq for Overlapping
Source§fn eq(&self, other: &Overlapping) -> bool
fn eq(&self, other: &Overlapping) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Overlapping
impl Serialize for Overlapping
impl StructuralPartialEq for Overlapping
Auto Trait Implementations§
impl Freeze for Overlapping
impl RefUnwindSafe for Overlapping
impl Send for Overlapping
impl Sync for Overlapping
impl Unpin for Overlapping
impl UnsafeUnpin for Overlapping
impl UnwindSafe for Overlapping
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