[−][src]Struct regex_syntax::ast::SetFlags
A group of flags that is not applied to a particular regular expression.
Fields
span: Span
The span of these flags, including the grouping parentheses.
flags: Flags
The actual sequence of flags.
Trait Implementations
impl Clone for SetFlags
[src][+]
impl Debug for SetFlags
[src][+]
impl Eq for SetFlags
[src]
impl PartialEq<SetFlags> for SetFlags
[src][+]
impl StructuralEq for SetFlags
[src]
impl StructuralPartialEq for SetFlags
[src]
Auto Trait Implementations
impl RefUnwindSafe for SetFlags
impl Send for SetFlags
impl Sync for SetFlags
impl Unpin for SetFlags
impl UnwindSafe for SetFlags
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>,