pub struct UserMessageContentInputText {
pub text: String,
}Available on crate feature
realtime only.Fields§
§text: StringThe text content (for input_text).
Trait Implementations§
Source§impl Clone for UserMessageContentInputText
impl Clone for UserMessageContentInputText
Source§fn clone(&self) -> UserMessageContentInputText
fn clone(&self) -> UserMessageContentInputText
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 UserMessageContentInputText
impl Debug for UserMessageContentInputText
Source§impl<'de> Deserialize<'de> for UserMessageContentInputText
impl<'de> Deserialize<'de> for UserMessageContentInputText
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 UserMessageContentInputText
impl RefUnwindSafe for UserMessageContentInputText
impl Send for UserMessageContentInputText
impl Sync for UserMessageContentInputText
impl Unpin for UserMessageContentInputText
impl UnwindSafe for UserMessageContentInputText
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