Struct chromiumoxide::cdp::browser_protocol::dom_snapshot::RareStringDataBuilder [−][src]
pub struct RareStringDataBuilder { /* fields omitted */ }Implementations
pub fn indexs<I, S>(self, indexs: I) -> RareStringDataBuilder where
I: IntoIterator<Item = S>,
S: Into<i64>, pub fn values<I, S>(self, values: I) -> RareStringDataBuilder where
I: IntoIterator<Item = S>,
S: Into<StringIndex>, Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RareStringDataBuilderimpl Send for RareStringDataBuilderimpl Sync for RareStringDataBuilderimpl Unpin for RareStringDataBuilderimpl UnwindSafe for RareStringDataBuilderBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V