pub struct LayerAsync;
Trait Implementations§
Source§impl<C, F> FactoryLayer<C, F> for LayerAsync
impl<C, F> FactoryLayer<C, F> for LayerAsync
Auto Trait Implementations§
impl Freeze for LayerAsync
impl RefUnwindSafe for LayerAsync
impl Send for LayerAsync
impl Sync for LayerAsync
impl Unpin for LayerAsync
impl UnwindSafe for LayerAsync
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