Struct chromiumoxide::cdp::browser_protocol::indexed_db::KeyPathBuilder
source · pub struct KeyPathBuilder { /* private fields */ }Implementations§
source§impl KeyPathBuilder
impl KeyPathBuilder
pub fn type(self, type: impl Into<KeyPathType>) -> KeyPathBuilder
pub fn string(self, string: impl Into<String>) -> KeyPathBuilder
pub fn array(self, array: impl Into<String>) -> KeyPathBuilder
pub fn arrays<I, S>(self, arrays: I) -> KeyPathBuilder
pub fn build(self) -> Result<KeyPath, String>
Trait Implementations§
source§impl Clone for KeyPathBuilder
impl Clone for KeyPathBuilder
source§fn clone(&self) -> KeyPathBuilder
fn clone(&self) -> KeyPathBuilder
Returns a copy 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 Default for KeyPathBuilder
impl Default for KeyPathBuilder
source§fn default() -> KeyPathBuilder
fn default() -> KeyPathBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for KeyPathBuilder
impl Send for KeyPathBuilder
impl Sync for KeyPathBuilder
impl Unpin for KeyPathBuilder
impl UnwindSafe for KeyPathBuilder
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