pub struct GoogleFunctionResponse {
pub name: String,
pub response: JsonValue,
}Fields§
§name: String§response: JsonValueTrait Implementations§
Source§impl Clone for GoogleFunctionResponse
impl Clone for GoogleFunctionResponse
Source§fn clone(&self) -> GoogleFunctionResponse
fn clone(&self) -> GoogleFunctionResponse
Returns a duplicate 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 GoogleFunctionResponse
impl Debug for GoogleFunctionResponse
Source§impl<'de> Deserialize<'de> for GoogleFunctionResponse
impl<'de> Deserialize<'de> for GoogleFunctionResponse
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
Auto Trait Implementations§
impl Freeze for GoogleFunctionResponse
impl RefUnwindSafe for GoogleFunctionResponse
impl Send for GoogleFunctionResponse
impl Sync for GoogleFunctionResponse
impl Unpin for GoogleFunctionResponse
impl UnsafeUnpin for GoogleFunctionResponse
impl UnwindSafe for GoogleFunctionResponse
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