pub struct Factory<F, I, O> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<F, I, O> Freeze for Factory<F, I, O>where
F: Freeze,
impl<F, I, O> RefUnwindSafe for Factory<F, I, O>
impl<F, I, O> Send for Factory<F, I, O>
impl<F, I, O> Sync for Factory<F, I, O>
impl<F, I, O> Unpin for Factory<F, I, O>
impl<F, I, O> UnsafeUnpin for Factory<F, I, O>where
F: UnsafeUnpin,
impl<F, I, O> UnwindSafe for Factory<F, I, O>
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