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