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§
source§impl LoggingLogentriesAllOf
impl LoggingLogentriesAllOf
pub fn new() -> LoggingLogentriesAllOf
Trait Implementations§
source§impl Clone for LoggingLogentriesAllOf
impl Clone for LoggingLogentriesAllOf
source§fn clone(&self) -> LoggingLogentriesAllOf
fn clone(&self) -> LoggingLogentriesAllOf
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 LoggingLogentriesAllOf
impl Debug for LoggingLogentriesAllOf
source§impl Default for LoggingLogentriesAllOf
impl Default for LoggingLogentriesAllOf
source§fn default() -> LoggingLogentriesAllOf
fn default() -> LoggingLogentriesAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingLogentriesAllOf
impl<'de> Deserialize<'de> for LoggingLogentriesAllOf
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<LoggingLogentriesAllOf> for LoggingLogentriesAllOf
impl PartialEq<LoggingLogentriesAllOf> for LoggingLogentriesAllOf
source§fn 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 ==
.source§impl 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§
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