pub struct AttributeSelectorMatcher {
pub kind: AttributeSelectorMatcherKind,
pub span: Span,
}Fields§
§kind: AttributeSelectorMatcherKind§span: SpanTrait Implementations§
Source§impl Debug for AttributeSelectorMatcher
impl Debug 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