Enum regex_literal::delimited::LiteralForm
source · pub enum LiteralForm {
ReS,
ReU,
Re,
}
Expand description
identifiers for regex literal kinds
Variants§
ReS
literal representation of crate::ReSequence
ReU
literal representation of Regex
that holds one pattern
Re
literal representation of Regex
that holds multiple patterns
Trait Implementations§
source§impl Clone for LiteralForm
impl Clone for LiteralForm
source§fn clone(&self) -> LiteralForm
fn clone(&self) -> LiteralForm
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for LiteralForm
impl RefUnwindSafe for LiteralForm
impl Send for LiteralForm
impl Sync for LiteralForm
impl Unpin for LiteralForm
impl UnwindSafe for LiteralForm
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