pub struct LoggingLogshuttleAllOf {
pub token: Option<String>,
pub url: Option<String>,
}
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
source§impl PartialEq<LoggingLogshuttleAllOf> for LoggingLogshuttleAllOf
impl PartialEq<LoggingLogshuttleAllOf> for LoggingLogshuttleAllOf
source§fn eq(&self, other: &LoggingLogshuttleAllOf) -> bool
fn eq(&self, other: &LoggingLogshuttleAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LoggingLogshuttleAllOf
impl Serialize for LoggingLogshuttleAllOf
impl StructuralPartialEq for LoggingLogshuttleAllOf
Auto Trait Implementations§
impl RefUnwindSafe for LoggingLogshuttleAllOf
impl Send for LoggingLogshuttleAllOf
impl Sync for LoggingLogshuttleAllOf
impl Unpin for LoggingLogshuttleAllOf
impl UnwindSafe for LoggingLogshuttleAllOf
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