pub enum ViolationSettingName {
LongTask,
LongLayout,
BlockedEvent,
BlockedParser,
DiscouragedApiUse,
Handler,
RecurringHandler,
}Available on crate features
Log and Runtime and Network only.Variants§
LongTask
longTask
LongLayout
longLayout
BlockedEvent
blockedEvent
BlockedParser
blockedParser
DiscouragedApiUse
discouragedAPIUse
Handler
handler
RecurringHandler
recurringHandler
Trait Implementations§
Source§impl Clone for ViolationSettingName
impl Clone for ViolationSettingName
Source§fn clone(&self) -> ViolationSettingName
fn clone(&self) -> ViolationSettingName
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 ViolationSettingName
impl Debug for ViolationSettingName
Source§impl<'de> Deserialize<'de> for ViolationSettingName
impl<'de> Deserialize<'de> for ViolationSettingName
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 ViolationSettingName
impl RefUnwindSafe for ViolationSettingName
impl Send for ViolationSettingName
impl Sync for ViolationSettingName
impl Unpin for ViolationSettingName
impl UnwindSafe for ViolationSettingName
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