Struct oc2_hlapi::call::MethodsCall
source · pub struct MethodsCall {
pub device_id: Uuid,
}Fields§
§device_id: UuidTrait Implementations§
source§impl ApiCall for MethodsCall
impl ApiCall for MethodsCall
source§impl Clone for MethodsCall
impl Clone for MethodsCall
source§fn clone(&self) -> MethodsCall
fn clone(&self) -> MethodsCall
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 Debug for MethodsCall
impl Debug for MethodsCall
source§impl Default for MethodsCall
impl Default for MethodsCall
source§fn default() -> MethodsCall
fn default() -> MethodsCall
Returns the “default value” for a type. Read more
source§impl Hash for MethodsCall
impl Hash for MethodsCall
source§impl Ord for MethodsCall
impl Ord for MethodsCall
source§fn cmp(&self, other: &MethodsCall) -> Ordering
fn cmp(&self, other: &MethodsCall) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MethodsCall
impl PartialEq for MethodsCall
source§fn eq(&self, other: &MethodsCall) -> bool
fn eq(&self, other: &MethodsCall) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MethodsCall
impl PartialOrd for MethodsCall
source§fn partial_cmp(&self, other: &MethodsCall) -> Option<Ordering>
fn partial_cmp(&self, other: &MethodsCall) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for MethodsCall
impl Serialize for MethodsCall
impl Copy for MethodsCall
impl Eq for MethodsCall
impl StructuralPartialEq for MethodsCall
Auto Trait Implementations§
impl Freeze for MethodsCall
impl RefUnwindSafe for MethodsCall
impl Send for MethodsCall
impl Sync for MethodsCall
impl Unpin for MethodsCall
impl UnwindSafe for MethodsCall
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)