Struct regex::NoExpand[][src]

pub struct NoExpand<'t>(pub &'t str);
Expand description

NoExpand indicates literal string replacement.

It can be used with replace and replace_all to do a literal string replacement without expanding $name to their corresponding capture groups.

't is the lifetime of the literal text.

Trait Implementations

Returns a possibly owned string that is used to replace the match corresponding to the caps capture group. Read more

Returns a possibly owned string that never needs expansion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.