Struct fancy_regex::ReplacerRef [−][src]
pub struct ReplacerRef<'a, R: ?Sized>(_);
Expand description
By-reference adaptor for a Replacer
Returned by Replacer::by_ref
.
Trait Implementations
Auto Trait Implementations
impl<'a, R: ?Sized> RefUnwindSafe for ReplacerRef<'a, R> where
R: RefUnwindSafe,
impl<'a, R: ?Sized> Send for ReplacerRef<'a, R> where
R: Send,
impl<'a, R: ?Sized> Sync for ReplacerRef<'a, R> where
R: Sync,
impl<'a, R: ?Sized> Unpin for ReplacerRef<'a, R>
impl<'a, R> !UnwindSafe for ReplacerRef<'a, R>