pub struct Invoke<'a, R> {
pub device_id: Uuid,
pub name: &'a str,
pub parameters: &'a [&'a dyn ErasedSerialize],
/* private fields */
}Fields§
§device_id: Uuid§name: &'a str§parameters: &'a [&'a dyn ErasedSerialize]Trait Implementations§
source§impl<R: DeserializeOwned + 'static> ApiCall for Invoke<'_, R>
impl<R: DeserializeOwned + 'static> ApiCall for Invoke<'_, R>
impl<'a, R: Copy> Copy for Invoke<'a, R>
Auto Trait Implementations§
impl<'a, R> Freeze for Invoke<'a, R>
impl<'a, R> !RefUnwindSafe for Invoke<'a, R>
impl<'a, R> !Send for Invoke<'a, R>
impl<'a, R> !Sync for Invoke<'a, R>
impl<'a, R> Unpin for Invoke<'a, R>
impl<'a, R> !UnwindSafe for Invoke<'a, R>
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)