Enum selectors::parser::AttributeFlags
source · enum AttributeFlags {
CaseSensitive,
AsciiCaseInsensitive,
CaseSensitivityDependsOnName,
}
Expand description
An attribute selector can have ‘s’ or ‘i’ as flags, or no flags at all.
Variants§
Implementations§
source§impl AttributeFlags
impl AttributeFlags
fn to_case_sensitivity( self, local_name: &str, have_namespace: bool, ) -> ParsedCaseSensitivity
Auto Trait Implementations§
impl Freeze for AttributeFlags
impl RefUnwindSafe for AttributeFlags
impl Send for AttributeFlags
impl Sync for AttributeFlags
impl Unpin for AttributeFlags
impl UnwindSafe for AttributeFlags
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