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