pub struct LoggingLogentriesAdditional {
pub port: Option<i32>,
pub token: Option<String>,
pub use_tls: Option<LoggingUseTlsString>,
pub region: Option<Region>,
}
Fields§
§port: Option<i32>
The port number.
token: Option<String>
Use token based authentication.
use_tls: Option<LoggingUseTlsString>
§region: Option<Region>
The region to which to stream logs.
Implementations§
Source§impl LoggingLogentriesAdditional
impl LoggingLogentriesAdditional
pub fn new() -> LoggingLogentriesAdditional
Trait Implementations§
Source§impl Clone for LoggingLogentriesAdditional
impl Clone for LoggingLogentriesAdditional
Source§fn clone(&self) -> LoggingLogentriesAdditional
fn clone(&self) -> LoggingLogentriesAdditional
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 Debug for LoggingLogentriesAdditional
impl Debug for LoggingLogentriesAdditional
Source§impl Default for LoggingLogentriesAdditional
impl Default for LoggingLogentriesAdditional
Source§fn default() -> LoggingLogentriesAdditional
fn default() -> LoggingLogentriesAdditional
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoggingLogentriesAdditional
impl<'de> Deserialize<'de> for LoggingLogentriesAdditional
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
impl StructuralPartialEq for LoggingLogentriesAdditional
Auto Trait Implementations§
impl Freeze for LoggingLogentriesAdditional
impl RefUnwindSafe for LoggingLogentriesAdditional
impl Send for LoggingLogentriesAdditional
impl Sync for LoggingLogentriesAdditional
impl Unpin for LoggingLogentriesAdditional
impl UnwindSafe for LoggingLogentriesAdditional
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