pub struct WhisperResponse {
pub text: String,
}
Fields§
§text: String
Trait Implementations§
Source§impl Clone for WhisperResponse
impl Clone for WhisperResponse
Source§fn clone(&self) -> WhisperResponse
fn clone(&self) -> WhisperResponse
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 WhisperResponse
impl Debug for WhisperResponse
Source§impl<'de> Deserialize<'de> for WhisperResponse
impl<'de> Deserialize<'de> for WhisperResponse
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 WhisperResponse
impl RefUnwindSafe for WhisperResponse
impl Send for WhisperResponse
impl Sync for WhisperResponse
impl Unpin for WhisperResponse
impl UnwindSafe for WhisperResponse
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