pub struct ChainBuilder<I, O> { /* private fields */ }Expand description
Fluent builder for typed sequential chains.
Implementations§
Source§impl<T> ChainBuilder<T, T>where
T: Send + 'static,
impl<T> ChainBuilder<T, T>where
T: Send + 'static,
Trait Implementations§
Auto Trait Implementations§
impl<I, O> !RefUnwindSafe for ChainBuilder<I, O>
impl<I, O> !UnwindSafe for ChainBuilder<I, O>
impl<I, O> Freeze for ChainBuilder<I, O>
impl<I, O> Send for ChainBuilder<I, O>
impl<I, O> Sync for ChainBuilder<I, O>
impl<I, O> Unpin for ChainBuilder<I, O>
impl<I, O> UnsafeUnpin for ChainBuilder<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