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