Struct otter_api_tests::imports::regex::bytes::ReplacerRef[]

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

By-reference adaptor for a Replacer

Returned by Replacer::by_ref.

Trait Implementations

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

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

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>

Blanket Implementations

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

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

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

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<A> DynCastExt for A

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,