Struct chromiumoxide::cdp::browser_protocol::css::InheritedStyleEntryBuilder
source · pub struct InheritedStyleEntryBuilder { /* private fields */ }
Implementations§
source§impl InheritedStyleEntryBuilder
impl InheritedStyleEntryBuilder
pub fn inline_style( self, inline_style: impl Into<CssStyle> ) -> InheritedStyleEntryBuilder
pub fn matched_css_rule( self, matched_css_rule: impl Into<RuleMatch> ) -> InheritedStyleEntryBuilder
pub fn matched_css_rules<I, S>( self, matched_css_rules: I ) -> InheritedStyleEntryBuilder
pub fn build(self) -> Result<InheritedStyleEntry, String>
Trait Implementations§
source§impl Clone for InheritedStyleEntryBuilder
impl Clone for InheritedStyleEntryBuilder
source§fn clone(&self) -> InheritedStyleEntryBuilder
fn clone(&self) -> InheritedStyleEntryBuilder
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 InheritedStyleEntryBuilder
impl Default for InheritedStyleEntryBuilder
source§fn default() -> InheritedStyleEntryBuilder
fn default() -> InheritedStyleEntryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InheritedStyleEntryBuilder
impl Send for InheritedStyleEntryBuilder
impl Sync for InheritedStyleEntryBuilder
impl Unpin for InheritedStyleEntryBuilder
impl UnwindSafe for InheritedStyleEntryBuilder
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