pub struct InjectorLayer<I> { /* private fields */ }
Implementations§
Source§impl<I> InjectorLayer<I>
impl<I> InjectorLayer<I>
Trait Implementations§
Source§impl<I: Clone> Clone for InjectorLayer<I>
impl<I: Clone> Clone for InjectorLayer<I>
Source§fn clone(&self) -> InjectorLayer<I>
fn clone(&self) -> InjectorLayer<I>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<I: Debug> Debug for InjectorLayer<I>
impl<I: Debug> Debug for InjectorLayer<I>
Auto Trait Implementations§
impl<I> Freeze for InjectorLayer<I>where
I: Freeze,
impl<I> RefUnwindSafe for InjectorLayer<I>where
I: RefUnwindSafe,
impl<I> Send for InjectorLayer<I>where
I: Send,
impl<I> Sync for InjectorLayer<I>where
I: Sync,
impl<I> Unpin for InjectorLayer<I>where
I: Unpin,
impl<I> UnwindSafe for InjectorLayer<I>where
I: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more