Fields§
§token: Option<String>
The data authentication token associated with this endpoint.
url: Option<String>
The URL to stream logs to.
Implementations§
source§impl LoggingLogshuttleAllOf
impl LoggingLogshuttleAllOf
pub fn new() -> LoggingLogshuttleAllOf
Trait Implementations§
source§impl Clone for LoggingLogshuttleAllOf
impl Clone for LoggingLogshuttleAllOf
source§fn clone(&self) -> LoggingLogshuttleAllOf
fn clone(&self) -> LoggingLogshuttleAllOf
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 LoggingLogshuttleAllOf
impl Debug for LoggingLogshuttleAllOf
source§impl Default for LoggingLogshuttleAllOf
impl Default for LoggingLogshuttleAllOf
source§fn default() -> LoggingLogshuttleAllOf
fn default() -> LoggingLogshuttleAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingLogshuttleAllOf
impl<'de> Deserialize<'de> for LoggingLogshuttleAllOf
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