pub struct FunctionResponsePayload {
pub function_response: FunctionResponseData,
}Fields§
§function_response: FunctionResponseDataTrait Implementations§
Source§impl Clone for FunctionResponsePayload
impl Clone for FunctionResponsePayload
Source§fn clone(&self) -> FunctionResponsePayload
fn clone(&self) -> FunctionResponsePayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionResponsePayload
impl Debug for FunctionResponsePayload
Source§impl<'de> Deserialize<'de> for FunctionResponsePayload
impl<'de> Deserialize<'de> for FunctionResponsePayload
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 PartialEq for FunctionResponsePayload
impl PartialEq for FunctionResponsePayload
Source§fn eq(&self, other: &FunctionResponsePayload) -> bool
fn eq(&self, other: &FunctionResponsePayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FunctionResponsePayload
impl Serialize for FunctionResponsePayload
impl StructuralPartialEq for FunctionResponsePayload
Auto Trait Implementations§
impl Freeze for FunctionResponsePayload
impl RefUnwindSafe for FunctionResponsePayload
impl Send for FunctionResponsePayload
impl Sync for FunctionResponsePayload
impl Unpin for FunctionResponsePayload
impl UnsafeUnpin for FunctionResponsePayload
impl UnwindSafe for FunctionResponsePayload
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