Struct oc2_hlapi::call::InvokeCall
source · pub struct InvokeCall<'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 InvokeCall<'_, R>
impl<R: DeserializeOwned + 'static> ApiCall for InvokeCall<'_, R>
source§impl<'a, R: Clone> Clone for InvokeCall<'a, R>
impl<'a, R: Clone> Clone for InvokeCall<'a, R>
source§fn clone(&self) -> InvokeCall<'a, R>
fn clone(&self) -> InvokeCall<'a, R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a, R: Default> Default for InvokeCall<'a, R>
impl<'a, R: Default> Default for InvokeCall<'a, R>
source§fn default() -> InvokeCall<'a, R>
fn default() -> InvokeCall<'a, R>
Returns the “default value” for a type. Read more
source§impl<'a, R> Serialize for InvokeCall<'a, R>
impl<'a, R> Serialize for InvokeCall<'a, R>
impl<'a, R: Copy> Copy for InvokeCall<'a, R>
Auto Trait Implementations§
impl<'a, R> Freeze for InvokeCall<'a, R>
impl<'a, R> !RefUnwindSafe for InvokeCall<'a, R>
impl<'a, R> !Send for InvokeCall<'a, R>
impl<'a, R> !Sync for InvokeCall<'a, R>
impl<'a, R> Unpin for InvokeCall<'a, R>
impl<'a, R> !UnwindSafe for InvokeCall<'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: 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)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)