pub struct UnboxBuilder<T> { /* private fields */ }
Expand description
Wrapper around a FromEventsBuilder
to convert a Box<T>
output to a
T
output.
Implementations§
Source§impl<O, T: FromEventsBuilder<Output = Box<O>>> UnboxBuilder<T>
impl<O, T: FromEventsBuilder<Output = Box<O>>> UnboxBuilder<T>
Trait Implementations§
Source§impl<O, T: FromEventsBuilder<Output = Box<O>>> FromEventsBuilder for UnboxBuilder<T>
impl<O, T: FromEventsBuilder<Output = Box<O>>> FromEventsBuilder for UnboxBuilder<T>
Auto Trait Implementations§
impl<T> Freeze for UnboxBuilder<T>where
T: Freeze,
impl<T> RefUnwindSafe for UnboxBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for UnboxBuilder<T>where
T: Send,
impl<T> Sync for UnboxBuilder<T>where
T: Sync,
impl<T> Unpin for UnboxBuilder<T>where
T: Unpin,
impl<T> UnwindSafe for UnboxBuilder<T>where
T: 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