Struct regex::bytes::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]
impl<'a, R: Debug + ?Sized + 'a> Debug for ReplacerRef<'a, R>
[src]Auto Trait Implementations
impl<'a, R: ?Sized> RefUnwindSafe for ReplacerRef<'a, R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<'a, R: ?Sized> Send for ReplacerRef<'a, R> where
R: Send,
R: Send,
impl<'a, R: ?Sized> Sync for ReplacerRef<'a, R> where
R: Sync,
R: Sync,