pub struct LoggingLogglyAllOf {
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 LoggingLogglyAllOf
impl LoggingLogglyAllOf
pub fn new() -> LoggingLogglyAllOf
Trait Implementations§
source§impl Clone for LoggingLogglyAllOf
impl Clone for LoggingLogglyAllOf
source§fn clone(&self) -> LoggingLogglyAllOf
fn clone(&self) -> LoggingLogglyAllOf
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 LoggingLogglyAllOf
impl Debug for LoggingLogglyAllOf
source§impl Default for LoggingLogglyAllOf
impl Default for LoggingLogglyAllOf
source§fn default() -> LoggingLogglyAllOf
fn default() -> LoggingLogglyAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingLogglyAllOf
impl<'de> Deserialize<'de> for LoggingLogglyAllOf
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<LoggingLogglyAllOf> for LoggingLogglyAllOf
impl PartialEq<LoggingLogglyAllOf> for LoggingLogglyAllOf
source§fn eq(&self, other: &LoggingLogglyAllOf) -> bool
fn eq(&self, other: &LoggingLogglyAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LoggingLogglyAllOf
impl Serialize for LoggingLogglyAllOf
impl StructuralPartialEq for LoggingLogglyAllOf
Auto Trait Implementations§
impl RefUnwindSafe for LoggingLogglyAllOf
impl Send for LoggingLogglyAllOf
impl Sync for LoggingLogglyAllOf
impl Unpin for LoggingLogglyAllOf
impl UnwindSafe for LoggingLogglyAllOf
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