pub struct DynBuilder<B> { /* private fields */ }
Expand description
Wrapper around a FromEventsBuilder
to convert a Box<T>
output to a
Xso<T>
output.
Not constructible by users, only for internal use.
Trait Implementations§
Source§impl<T: DynXso + ?Sized + 'static, B: FromEventsBuilder<Output = Box<T>>> FromEventsBuilder for DynBuilder<B>
impl<T: DynXso + ?Sized + 'static, B: FromEventsBuilder<Output = Box<T>>> FromEventsBuilder for DynBuilder<B>
Auto Trait Implementations§
impl<B> Freeze for DynBuilder<B>where
B: Freeze,
impl<B> RefUnwindSafe for DynBuilder<B>where
B: RefUnwindSafe,
impl<B> Send for DynBuilder<B>where
B: Send,
impl<B> Sync for DynBuilder<B>where
B: Sync,
impl<B> Unpin for DynBuilder<B>where
B: Unpin,
impl<B> UnwindSafe for DynBuilder<B>where
B: 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