pub struct LoggingDatadogAllOf {
pub region: Option<Region>,
pub format: Option<String>,
pub token: Option<String>,
}
Fields§
§region: Option<Region>
The region that log data will be sent to.
format: Option<String>
A Fastly log format string. Must produce valid JSON that Datadog can ingest.
token: Option<String>
The API key from your Datadog account. Required.
Implementations§
source§impl LoggingDatadogAllOf
impl LoggingDatadogAllOf
pub fn new() -> LoggingDatadogAllOf
Trait Implementations§
source§impl Clone for LoggingDatadogAllOf
impl Clone for LoggingDatadogAllOf
source§fn clone(&self) -> LoggingDatadogAllOf
fn clone(&self) -> LoggingDatadogAllOf
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 Debug for LoggingDatadogAllOf
impl Debug for LoggingDatadogAllOf
source§impl Default for LoggingDatadogAllOf
impl Default for LoggingDatadogAllOf
source§fn default() -> LoggingDatadogAllOf
fn default() -> LoggingDatadogAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingDatadogAllOf
impl<'de> Deserialize<'de> for LoggingDatadogAllOf
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<LoggingDatadogAllOf> for LoggingDatadogAllOf
impl PartialEq<LoggingDatadogAllOf> for LoggingDatadogAllOf
source§fn eq(&self, other: &LoggingDatadogAllOf) -> bool
fn eq(&self, other: &LoggingDatadogAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LoggingDatadogAllOf
impl Serialize for LoggingDatadogAllOf
impl StructuralPartialEq for LoggingDatadogAllOf
Auto Trait Implementations§
impl RefUnwindSafe for LoggingDatadogAllOf
impl Send for LoggingDatadogAllOf
impl Sync for LoggingDatadogAllOf
impl Unpin for LoggingDatadogAllOf
impl UnwindSafe for LoggingDatadogAllOf
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