pub enum TextStructureTestGrokPatternParts {
None,
}
Expand description
API parts for the Text Structure Test Grok Pattern API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for TextStructureTestGrokPatternParts
impl Clone for TextStructureTestGrokPatternParts
Source§fn clone(&self) -> TextStructureTestGrokPatternParts
fn clone(&self) -> TextStructureTestGrokPatternParts
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 PartialEq for TextStructureTestGrokPatternParts
impl PartialEq for TextStructureTestGrokPatternParts
Source§fn eq(&self, other: &TextStructureTestGrokPatternParts) -> bool
fn eq(&self, other: &TextStructureTestGrokPatternParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for TextStructureTestGrokPatternParts
impl StructuralPartialEq for TextStructureTestGrokPatternParts
Auto Trait Implementations§
impl Freeze for TextStructureTestGrokPatternParts
impl RefUnwindSafe for TextStructureTestGrokPatternParts
impl Send for TextStructureTestGrokPatternParts
impl Sync for TextStructureTestGrokPatternParts
impl Unpin for TextStructureTestGrokPatternParts
impl UnwindSafe for TextStructureTestGrokPatternParts
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