pub struct LoggingLogshuttleAdditional {
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 LoggingLogshuttleAdditional
impl LoggingLogshuttleAdditional
pub fn new() -> LoggingLogshuttleAdditional
Trait Implementations§
Source§impl Clone for LoggingLogshuttleAdditional
impl Clone for LoggingLogshuttleAdditional
Source§fn clone(&self) -> LoggingLogshuttleAdditional
fn clone(&self) -> LoggingLogshuttleAdditional
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 LoggingLogshuttleAdditional
impl Debug for LoggingLogshuttleAdditional
Source§impl Default for LoggingLogshuttleAdditional
impl Default for LoggingLogshuttleAdditional
Source§fn default() -> LoggingLogshuttleAdditional
fn default() -> LoggingLogshuttleAdditional
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoggingLogshuttleAdditional
impl<'de> Deserialize<'de> for LoggingLogshuttleAdditional
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 LoggingLogshuttleAdditional
Auto Trait Implementations§
impl Freeze for LoggingLogshuttleAdditional
impl RefUnwindSafe for LoggingLogshuttleAdditional
impl Send for LoggingLogshuttleAdditional
impl Sync for LoggingLogshuttleAdditional
impl Unpin for LoggingLogshuttleAdditional
impl UnwindSafe for LoggingLogshuttleAdditional
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