pub struct AllSourceBackend<E> { /* private fields */ }Expand description
Placeholder - requires cqrs-allsource feature
Auto Trait Implementations§
impl<E> Freeze for AllSourceBackend<E>
impl<E> RefUnwindSafe for AllSourceBackend<E>where
E: RefUnwindSafe,
impl<E> Send for AllSourceBackend<E>where
E: Send,
impl<E> Sync for AllSourceBackend<E>where
E: Sync,
impl<E> Unpin for AllSourceBackend<E>where
E: Unpin,
impl<E> UnsafeUnpin for AllSourceBackend<E>
impl<E> UnwindSafe for AllSourceBackend<E>where
E: 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