pub struct RuleSetRemoved {
pub method: RuleSetRemovedMethod,
pub params: RuleSetRemovedParams,
}Fields§
§method: RuleSetRemovedMethod§params: RuleSetRemovedParamsImplementations§
Source§impl RuleSetRemoved
impl RuleSetRemoved
pub const IDENTIFIER: &'static str = "Preload.ruleSetRemoved"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for RuleSetRemoved
impl Clone for RuleSetRemoved
Source§fn clone(&self) -> RuleSetRemoved
fn clone(&self) -> RuleSetRemoved
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 RuleSetRemoved
impl Debug for RuleSetRemoved
Source§impl<'de> Deserialize<'de> for RuleSetRemoved
impl<'de> Deserialize<'de> for RuleSetRemoved
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 From<RuleSetRemoved> for BrowserProtocolEvents
impl From<RuleSetRemoved> for BrowserProtocolEvents
Source§fn from(v: RuleSetRemoved) -> Self
fn from(v: RuleSetRemoved) -> Self
Converts to this type from the input type.
Source§impl From<RuleSetRemoved> for Event
impl From<RuleSetRemoved> for Event
Source§fn from(v: RuleSetRemoved) -> Self
fn from(v: RuleSetRemoved) -> Self
Converts to this type from the input type.
Source§impl From<RuleSetRemoved> for PreloadEvents
impl From<RuleSetRemoved> for PreloadEvents
Source§fn from(v: RuleSetRemoved) -> Self
fn from(v: RuleSetRemoved) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RuleSetRemoved
impl PartialEq for RuleSetRemoved
Source§impl Serialize for RuleSetRemoved
impl Serialize for RuleSetRemoved
Source§impl TryFrom<BrowserProtocolEvents> for RuleSetRemoved
impl TryFrom<BrowserProtocolEvents> for RuleSetRemoved
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <RuleSetRemoved as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <RuleSetRemoved as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for RuleSetRemoved
impl TryFrom<Event> for RuleSetRemoved
Source§impl TryFrom<PreloadEvents> for RuleSetRemoved
impl TryFrom<PreloadEvents> for RuleSetRemoved
Source§type Error = PreloadEvents
type Error = PreloadEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: PreloadEvents,
) -> Result<Self, <RuleSetRemoved as TryFrom<PreloadEvents>>::Error>
fn try_from( e: PreloadEvents, ) -> Result<Self, <RuleSetRemoved as TryFrom<PreloadEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for RuleSetRemoved
Auto Trait Implementations§
impl Freeze for RuleSetRemoved
impl RefUnwindSafe for RuleSetRemoved
impl Send for RuleSetRemoved
impl Sync for RuleSetRemoved
impl Unpin for RuleSetRemoved
impl UnsafeUnpin for RuleSetRemoved
impl UnwindSafe for RuleSetRemoved
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