Struct oc2_hlapi::response::InvokeResponse
source · pub struct InvokeResponse<R>(pub R);Tuple Fields§
§0: RTrait Implementations§
source§impl<R: Clone> Clone for InvokeResponse<R>
impl<R: Clone> Clone for InvokeResponse<R>
source§fn clone(&self) -> InvokeResponse<R>
fn clone(&self) -> InvokeResponse<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<R: Debug> Debug for InvokeResponse<R>
impl<R: Debug> Debug for InvokeResponse<R>
source§impl<R: Default> Default for InvokeResponse<R>
impl<R: Default> Default for InvokeResponse<R>
source§fn default() -> InvokeResponse<R>
fn default() -> InvokeResponse<R>
Returns the “default value” for a type. Read more
source§impl<'de, R: DeserializeOwned + 'static> Deserialize<'de> for InvokeResponse<R>
impl<'de, R: DeserializeOwned + 'static> Deserialize<'de> for InvokeResponse<R>
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<R: Hash> Hash for InvokeResponse<R>
impl<R: Hash> Hash for InvokeResponse<R>
source§impl<R: Ord> Ord for InvokeResponse<R>
impl<R: Ord> Ord for InvokeResponse<R>
source§fn cmp(&self, other: &InvokeResponse<R>) -> Ordering
fn cmp(&self, other: &InvokeResponse<R>) -> 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<R: PartialEq> PartialEq for InvokeResponse<R>
impl<R: PartialEq> PartialEq for InvokeResponse<R>
source§fn eq(&self, other: &InvokeResponse<R>) -> bool
fn eq(&self, other: &InvokeResponse<R>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<R: PartialOrd> PartialOrd for InvokeResponse<R>
impl<R: PartialOrd> PartialOrd for InvokeResponse<R>
source§fn partial_cmp(&self, other: &InvokeResponse<R>) -> Option<Ordering>
fn partial_cmp(&self, other: &InvokeResponse<R>) -> 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 moreimpl<R: Copy> Copy for InvokeResponse<R>
impl<R: Eq> Eq for InvokeResponse<R>
impl<R> StructuralPartialEq for InvokeResponse<R>
Auto Trait Implementations§
impl<R> Freeze for InvokeResponse<R>where
R: Freeze,
impl<R> RefUnwindSafe for InvokeResponse<R>where
R: RefUnwindSafe,
impl<R> Send for InvokeResponse<R>where
R: Send,
impl<R> Sync for InvokeResponse<R>where
R: Sync,
impl<R> Unpin for InvokeResponse<R>where
R: Unpin,
impl<R> UnwindSafe for InvokeResponse<R>where
R: 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
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)