[−][src]Struct sentry::types::protocol::v7::LogEntry
Represents a log entry message.
A log message is similar to the message
attribute on the event itself but
can additionally hold optional parameters.
Fields
message: String
The log message with parameters replaced by %s
params: Vec<Value>
Positional parameters to be inserted into the log entry.
Trait Implementations
impl Clone for LogEntry
[src][+]
impl Debug for LogEntry
[src][+]
impl Default for LogEntry
[src][+]
impl<'de> Deserialize<'de> for LogEntry
[src][+]
impl PartialEq<LogEntry> for LogEntry
[src][+]
impl Serialize for LogEntry
[src][+]
impl StructuralPartialEq for LogEntry
[src]
Auto Trait Implementations
impl RefUnwindSafe for LogEntry
impl Send for LogEntry
impl Sync for LogEntry
impl Unpin for LogEntry
impl UnwindSafe for LogEntry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,