pub struct Autocapture {
pub pageview: bool,
pub spa_pageview: bool,
pub engagement: bool,
pub click: bool,
pub form: bool,
pub scroll: bool,
}
Fields§
§pageview: bool
§spa_pageview: bool
§engagement: bool
§click: bool
§form: bool
§scroll: bool
Trait Implementations§
Source§impl Clone for Autocapture
impl Clone for Autocapture
Source§fn clone(&self) -> Autocapture
fn clone(&self) -> Autocapture
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 Autocapture
impl Debug for Autocapture
Source§impl Default for Autocapture
impl Default for Autocapture
Source§impl<'de> Deserialize<'de> for Autocapture
impl<'de> Deserialize<'de> for Autocapture
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 Autocapture
impl RefUnwindSafe for Autocapture
impl Send for Autocapture
impl Sync for Autocapture
impl Unpin for Autocapture
impl UnwindSafe for Autocapture
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