Struct chromiumoxide::cdp::browser_protocol::indexed_db::ClearObjectStoreParamsBuilder [−][src]
pub struct ClearObjectStoreParamsBuilder { /* fields omitted */ }Implementations
pub fn security_origin(
self,
security_origin: impl Into<String>
) -> ClearObjectStoreParamsBuilder
pub fn object_store_name(
self,
object_store_name: impl Into<String>
) -> ClearObjectStoreParamsBuilder
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for ClearObjectStoreParamsBuilder
impl Sync for ClearObjectStoreParamsBuilder
impl Unpin for ClearObjectStoreParamsBuilder
impl UnwindSafe for ClearObjectStoreParamsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more