[−][src]Struct regex_syntax::ast::ClassBracketed
A bracketed character class, e.g., [a-z0-9].
Fields
span: SpanThe span of this class.
negated: boolWhether this class is negated or not. e.g., [a] is not negated but
[^a] is.
kind: ClassSetThe type of this set. A set is either a normal union of things, e.g.,
[abc] or a result of applying set operations, e.g., [\pL--c].
Trait Implementations
impl Clone for ClassBracketed[src][+]
impl Debug for ClassBracketed[src][+]
impl Eq for ClassBracketed[src]
impl PartialEq<ClassBracketed> for ClassBracketed[src][+]
impl StructuralEq for ClassBracketed[src]
impl StructuralPartialEq for ClassBracketed[src]
Auto Trait Implementations
impl RefUnwindSafe for ClassBracketed
impl Send for ClassBracketed
impl Sync for ClassBracketed
impl Unpin for ClassBracketed
impl UnwindSafe for ClassBracketed
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,