pub struct DelegateRouteBuilder<'a, C, P> where
C: PipelineHandleChain<P> + Copy + Send + Sync + 'static,
P: Send + Sync + 'static, { /* private fields */ }
Expand description
A delegated builder, which is created by DrawRoutes::delegate
and returned. The DrawRoutes
trait has documentation for using this type.
Implementations
sourceimpl<'a, C, P> DelegateRouteBuilder<'a, C, P> where
C: PipelineHandleChain<P> + Copy + Send + Sync + 'static,
P: RefUnwindSafe + Send + Sync + 'static,
impl<'a, C, P> DelegateRouteBuilder<'a, C, P> where
C: PipelineHandleChain<P> + Copy + Send + Sync + 'static,
P: RefUnwindSafe + Send + Sync + 'static,
Auto Trait Implementations
impl<'a, C, P> RefUnwindSafe for DelegateRouteBuilder<'a, C, P> where
P: RefUnwindSafe,
impl<'a, C, P> Send for DelegateRouteBuilder<'a, C, P>
impl<'a, C, P> Sync for DelegateRouteBuilder<'a, C, P>
impl<'a, C, P> Unpin for DelegateRouteBuilder<'a, C, P> where
C: Unpin,
impl<'a, C, P> !UnwindSafe for DelegateRouteBuilder<'a, C, P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more