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