pub struct UserDefinedLogFieldsConfiguration {
pub header_set: Option<HeaderSet>,
pub param_set: Option<ParamSet>,
}Expand description
Root <UserDefinedLogFieldsConfiguration> element.
Fields§
§header_set: Option<HeaderSet>§param_set: Option<ParamSet>Trait Implementations§
Source§impl Clone for UserDefinedLogFieldsConfiguration
impl Clone for UserDefinedLogFieldsConfiguration
Source§fn clone(&self) -> UserDefinedLogFieldsConfiguration
fn clone(&self) -> UserDefinedLogFieldsConfiguration
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 Default for UserDefinedLogFieldsConfiguration
impl Default for UserDefinedLogFieldsConfiguration
Source§fn default() -> UserDefinedLogFieldsConfiguration
fn default() -> UserDefinedLogFieldsConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserDefinedLogFieldsConfiguration
impl<'de> Deserialize<'de> for UserDefinedLogFieldsConfiguration
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 UserDefinedLogFieldsConfiguration
impl PartialEq for UserDefinedLogFieldsConfiguration
Source§fn eq(&self, other: &UserDefinedLogFieldsConfiguration) -> bool
fn eq(&self, other: &UserDefinedLogFieldsConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UserDefinedLogFieldsConfiguration
impl StructuralPartialEq for UserDefinedLogFieldsConfiguration
Auto Trait Implementations§
impl Freeze for UserDefinedLogFieldsConfiguration
impl RefUnwindSafe for UserDefinedLogFieldsConfiguration
impl Send for UserDefinedLogFieldsConfiguration
impl Sync for UserDefinedLogFieldsConfiguration
impl Unpin for UserDefinedLogFieldsConfiguration
impl UnsafeUnpin for UserDefinedLogFieldsConfiguration
impl UnwindSafe for UserDefinedLogFieldsConfiguration
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