pub struct InheritedPseudoElementMatchesBuilder { /* private fields */ }Expand description
Builder for InheritedPseudoElementMatches.
Implementations§
Source§impl InheritedPseudoElementMatchesBuilder
impl InheritedPseudoElementMatchesBuilder
Sourcepub fn pseudo_elements<VALUE: Into<Vec<PseudoElementMatches>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn pseudo_elements<VALUE: Into<Vec<PseudoElementMatches>>>( &mut self, value: VALUE, ) -> &mut Self
Matches of pseudo styles from the pseudos of an ancestor node.
Sourcepub fn build(
&self,
) -> Result<InheritedPseudoElementMatches, InheritedPseudoElementMatchesBuilderError>
pub fn build( &self, ) -> Result<InheritedPseudoElementMatches, InheritedPseudoElementMatchesBuilderError>
Trait Implementations§
Source§impl Clone for InheritedPseudoElementMatchesBuilder
impl Clone for InheritedPseudoElementMatchesBuilder
Source§fn clone(&self) -> InheritedPseudoElementMatchesBuilder
fn clone(&self) -> InheritedPseudoElementMatchesBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InheritedPseudoElementMatchesBuilder
impl RefUnwindSafe for InheritedPseudoElementMatchesBuilder
impl Send for InheritedPseudoElementMatchesBuilder
impl Sync for InheritedPseudoElementMatchesBuilder
impl Unpin for InheritedPseudoElementMatchesBuilder
impl UnsafeUnpin for InheritedPseudoElementMatchesBuilder
impl UnwindSafe for InheritedPseudoElementMatchesBuilder
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