pub struct PreloadEnabledStateUpdatedEventParams {
pub disabled_by_preference: bool,
pub disabled_by_data_saver: bool,
pub disabled_by_battery_saver: bool,
pub disabled_by_holdback_prefetch_speculation_rules: bool,
pub disabled_by_holdback_prerender_speculation_rules: bool,
}Fields§
§disabled_by_preference: bool§disabled_by_data_saver: bool§disabled_by_battery_saver: bool§disabled_by_holdback_prefetch_speculation_rules: bool§disabled_by_holdback_prerender_speculation_rules: boolTrait Implementations§
Source§impl Clone for PreloadEnabledStateUpdatedEventParams
impl Clone for PreloadEnabledStateUpdatedEventParams
Source§fn clone(&self) -> PreloadEnabledStateUpdatedEventParams
fn clone(&self) -> PreloadEnabledStateUpdatedEventParams
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<'de> Deserialize<'de> for PreloadEnabledStateUpdatedEventParams
impl<'de> Deserialize<'de> for PreloadEnabledStateUpdatedEventParams
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 for PreloadEnabledStateUpdatedEventParams
impl PartialEq for PreloadEnabledStateUpdatedEventParams
Source§fn eq(&self, other: &PreloadEnabledStateUpdatedEventParams) -> bool
fn eq(&self, other: &PreloadEnabledStateUpdatedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreloadEnabledStateUpdatedEventParams
Auto Trait Implementations§
impl Freeze for PreloadEnabledStateUpdatedEventParams
impl RefUnwindSafe for PreloadEnabledStateUpdatedEventParams
impl Send for PreloadEnabledStateUpdatedEventParams
impl Sync for PreloadEnabledStateUpdatedEventParams
impl Unpin for PreloadEnabledStateUpdatedEventParams
impl UnwindSafe for PreloadEnabledStateUpdatedEventParams
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