pub struct AttributeSelectorMatcher {
pub kind: AttributeSelectorMatcherKind,
pub span: Span,
}Fields§
§kind: AttributeSelectorMatcherKind§span: SpanTrait Implementations§
Source§impl Clone for AttributeSelectorMatcher
impl Clone for AttributeSelectorMatcher
Source§fn clone(&self) -> AttributeSelectorMatcher
fn clone(&self) -> AttributeSelectorMatcher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttributeSelectorMatcher
impl Debug for AttributeSelectorMatcher
Source§impl PartialEq for AttributeSelectorMatcher
impl PartialEq for AttributeSelectorMatcher
Source§fn eq(&self, other: &AttributeSelectorMatcher) -> bool
fn eq(&self, other: &AttributeSelectorMatcher) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributeSelectorMatcher
Auto Trait Implementations§
impl Freeze for AttributeSelectorMatcher
impl RefUnwindSafe for AttributeSelectorMatcher
impl Send for AttributeSelectorMatcher
impl Sync for AttributeSelectorMatcher
impl Unpin for AttributeSelectorMatcher
impl UnsafeUnpin for AttributeSelectorMatcher
impl UnwindSafe for AttributeSelectorMatcher
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