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