pub enum LogEntrySource {
Show 13 variants
Xml,
Javascript,
Network,
Storage,
Appcache,
Rendering,
Security,
Deprecation,
Worker,
Violation,
Intervention,
Recommendation,
Other,
}Available on crate features
Log and Runtime and Network only.Variants§
Xml
xml
Javascript
javascript
Network
network
Storage
storage
Appcache
appcache
Rendering
rendering
Security
security
Deprecation
deprecation
Worker
worker
Violation
violation
Intervention
intervention
Recommendation
recommendation
Other
other
Trait Implementations§
Source§impl Clone for LogEntrySource
impl Clone for LogEntrySource
Source§fn clone(&self) -> LogEntrySource
fn clone(&self) -> LogEntrySource
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 LogEntrySource
impl Debug for LogEntrySource
Source§impl<'de> Deserialize<'de> for LogEntrySource
impl<'de> Deserialize<'de> for LogEntrySource
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
Auto Trait Implementations§
impl Freeze for LogEntrySource
impl RefUnwindSafe for LogEntrySource
impl Send for LogEntrySource
impl Sync for LogEntrySource
impl Unpin for LogEntrySource
impl UnwindSafe for LogEntrySource
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