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