pub struct LoggingLogentriesAllOf {
pub port: Option<i32>,
pub token: Option<String>,
pub use_tls: Option<LoggingUseTls>,
pub region: Option<Region>,
}Fields
port: Option<i32>The port number.
token: Option<String>Use token based authentication (https://logentries.com/doc/input-token/).
use_tls: Option<LoggingUseTls>region: Option<Region>The region to which to stream logs.
Implementations
sourceimpl LoggingLogentriesAllOf
impl LoggingLogentriesAllOf
pub fn new() -> LoggingLogentriesAllOf
Trait Implementations
sourceimpl Clone for LoggingLogentriesAllOf
impl Clone for LoggingLogentriesAllOf
sourcefn clone(&self) -> LoggingLogentriesAllOf
fn clone(&self) -> LoggingLogentriesAllOf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LoggingLogentriesAllOf
impl Debug for LoggingLogentriesAllOf
sourceimpl Default for LoggingLogentriesAllOf
impl Default for LoggingLogentriesAllOf
sourcefn default() -> LoggingLogentriesAllOf
fn default() -> LoggingLogentriesAllOf
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LoggingLogentriesAllOf
impl<'de> Deserialize<'de> for LoggingLogentriesAllOf
sourcefn 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
sourceimpl PartialEq<LoggingLogentriesAllOf> for LoggingLogentriesAllOf
impl PartialEq<LoggingLogentriesAllOf> for LoggingLogentriesAllOf
sourcefn eq(&self, other: &LoggingLogentriesAllOf) -> bool
fn eq(&self, other: &LoggingLogentriesAllOf) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for LoggingLogentriesAllOf
impl Serialize for LoggingLogentriesAllOf
impl StructuralPartialEq for LoggingLogentriesAllOf
Auto Trait Implementations
impl RefUnwindSafe for LoggingLogentriesAllOf
impl Send for LoggingLogentriesAllOf
impl Sync for LoggingLogentriesAllOf
impl Unpin for LoggingLogentriesAllOf
impl UnwindSafe for LoggingLogentriesAllOf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more