pub struct InheritedPseudoElementMatchesBuilder { /* private fields */ }Implementations§
source§impl InheritedPseudoElementMatchesBuilder
impl InheritedPseudoElementMatchesBuilder
pub fn pseudo_element( self, pseudo_element: impl Into<PseudoElementMatches> ) -> InheritedPseudoElementMatchesBuilder
pub fn pseudo_elements<I, S>( self, pseudo_elements: I ) -> InheritedPseudoElementMatchesBuilderwhere I: IntoIterator<Item = S>, S: Into<PseudoElementMatches>,
pub fn build(self) -> Result<InheritedPseudoElementMatches, String>
Trait Implementations§
source§impl Clone for InheritedPseudoElementMatchesBuilder
impl Clone for InheritedPseudoElementMatchesBuilder
source§fn clone(&self) -> InheritedPseudoElementMatchesBuilder
fn clone(&self) -> InheritedPseudoElementMatchesBuilder
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 InheritedPseudoElementMatchesBuilder
impl Default for InheritedPseudoElementMatchesBuilder
source§fn default() -> InheritedPseudoElementMatchesBuilder
fn default() -> InheritedPseudoElementMatchesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InheritedPseudoElementMatchesBuilder
impl Send for InheritedPseudoElementMatchesBuilder
impl Sync for InheritedPseudoElementMatchesBuilder
impl Unpin 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