[][src]Struct regex::ReplacerRef

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

By-reference adaptor for a Replacer

Returned by Replacer::by_ref.

Trait Implementations

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

fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self>[src]

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

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

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

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.