pub struct ClearSiteDataOptions {
pub cache: bool,
pub site_data: bool,
}Expand description
Data categories to remove for one site via
WebViewController::clear_site_data.
Fields§
§cache: bool§site_data: boolTrait Implementations§
Source§impl Clone for ClearSiteDataOptions
impl Clone for ClearSiteDataOptions
Source§fn clone(&self) -> ClearSiteDataOptions
fn clone(&self) -> ClearSiteDataOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClearSiteDataOptions
Auto Trait Implementations§
impl Freeze for ClearSiteDataOptions
impl RefUnwindSafe for ClearSiteDataOptions
impl Send for ClearSiteDataOptions
impl Sync for ClearSiteDataOptions
impl Unpin for ClearSiteDataOptions
impl UnsafeUnpin for ClearSiteDataOptions
impl UnwindSafe for ClearSiteDataOptions
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