pub struct QueryPrefixedPseudo {
pub colon: Colon,
pub function: Function,
pub vendor: Ident,
pub close: Option<RightParen>,
}Expand description
:prefixed(<vendor>) pseudo-class.
Fields§
§colon: Colon§function: Function§vendor: Ident§close: Option<RightParen>Implementations§
Source§impl QueryPrefixedPseudo
impl QueryPrefixedPseudo
Sourcepub fn vendor_prefix(&self) -> Option<VendorPrefixes>
pub fn vendor_prefix(&self) -> Option<VendorPrefixes>
Returns the VendorPrefixes for this pseudo-class, or None if unknown.
Trait Implementations§
Source§impl Clone for QueryPrefixedPseudo
impl Clone for QueryPrefixedPseudo
Source§fn clone(&self) -> QueryPrefixedPseudo
fn clone(&self) -> QueryPrefixedPseudo
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 moreSource§impl Debug for QueryPrefixedPseudo
impl Debug for QueryPrefixedPseudo
Source§impl Hash for QueryPrefixedPseudo
impl Hash for QueryPrefixedPseudo
Source§impl Ord for QueryPrefixedPseudo
impl Ord for QueryPrefixedPseudo
Source§fn cmp(&self, other: &QueryPrefixedPseudo) -> Ordering
fn cmp(&self, other: &QueryPrefixedPseudo) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for QueryPrefixedPseudo
impl<'a> Parse<'a> for QueryPrefixedPseudo
Source§impl PartialEq for QueryPrefixedPseudo
impl PartialEq for QueryPrefixedPseudo
Source§impl PartialOrd for QueryPrefixedPseudo
impl PartialOrd for QueryPrefixedPseudo
Source§impl<'a> Peek<'a> for QueryPrefixedPseudo
impl<'a> Peek<'a> for QueryPrefixedPseudo
Source§impl ToCursors for QueryPrefixedPseudo
impl ToCursors for QueryPrefixedPseudo
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for QueryPrefixedPseudo
impl Eq for QueryPrefixedPseudo
impl StructuralPartialEq for QueryPrefixedPseudo
Auto Trait Implementations§
impl Freeze for QueryPrefixedPseudo
impl RefUnwindSafe for QueryPrefixedPseudo
impl Send for QueryPrefixedPseudo
impl Sync for QueryPrefixedPseudo
impl Unpin for QueryPrefixedPseudo
impl UnsafeUnpin for QueryPrefixedPseudo
impl UnwindSafe for QueryPrefixedPseudo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.