Struct regex::ReplacerRef[][src]

pub struct ReplacerRef<'a, R: ?Sized + 'a>(_);
[]

By-reference adaptor for a Replacer

Returned by Replacer::by_ref.

Trait Implementations

impl<'a, R: Debug + ?Sized + 'a> Debug for ReplacerRef<'a, R>
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl<'a, R: Replacer + ?Sized + 'a> Replacer for ReplacerRef<'a, R>
[src]
[+]

[]

Appends text to dst to replace the current match. Read more

[]

Return a fixed unchanging replacement string. Read more

[]

Return a Replacer that borrows and wraps this Replacer. Read more

Auto Trait Implementations

impl<'a, R: ?Sized> Send for ReplacerRef<'a, R> where
    R: Send

impl<'a, R: ?Sized> Sync for ReplacerRef<'a, R> where
    R: Sync