pub struct Execute<C, I = Never> {
pub execute: PhantomData<&'static str>,
pub arguments: C,
pub id: Option<I>,
}
Fields§
§execute: PhantomData<&'static str>
§arguments: C
§id: Option<I>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, I> Freeze for Execute<C, I>
impl<C, I> RefUnwindSafe for Execute<C, I>where
C: RefUnwindSafe,
I: RefUnwindSafe,
impl<C, I> Send for Execute<C, I>
impl<C, I> Sync for Execute<C, I>
impl<C, I> Unpin for Execute<C, I>
impl<C, I> UnwindSafe for Execute<C, I>where
C: UnwindSafe,
I: 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