pub struct LoggingLogglyAdditional {
pub token: Option<String>,
}
Fields§
§token: Option<String>
The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
Implementations§
Source§impl LoggingLogglyAdditional
impl LoggingLogglyAdditional
pub fn new() -> LoggingLogglyAdditional
Trait Implementations§
Source§impl Clone for LoggingLogglyAdditional
impl Clone for LoggingLogglyAdditional
Source§fn clone(&self) -> LoggingLogglyAdditional
fn clone(&self) -> LoggingLogglyAdditional
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 LoggingLogglyAdditional
impl Debug for LoggingLogglyAdditional
Source§impl Default for LoggingLogglyAdditional
impl Default for LoggingLogglyAdditional
Source§fn default() -> LoggingLogglyAdditional
fn default() -> LoggingLogglyAdditional
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoggingLogglyAdditional
impl<'de> Deserialize<'de> for LoggingLogglyAdditional
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 LoggingLogglyAdditional
impl PartialEq for LoggingLogglyAdditional
Source§impl Serialize for LoggingLogglyAdditional
impl Serialize for LoggingLogglyAdditional
impl StructuralPartialEq for LoggingLogglyAdditional
Auto Trait Implementations§
impl Freeze for LoggingLogglyAdditional
impl RefUnwindSafe for LoggingLogglyAdditional
impl Send for LoggingLogglyAdditional
impl Sync for LoggingLogglyAdditional
impl Unpin for LoggingLogglyAdditional
impl UnwindSafe for LoggingLogglyAdditional
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