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