pub struct ChatKitThreadContent(/* private fields */);Expand description
表示 ChatKit thread item 内容。
Implementations§
Trait Implementations§
Source§impl Clone for ChatKitThreadContent
impl Clone for ChatKitThreadContent
Source§fn clone(&self) -> ChatKitThreadContent
fn clone(&self) -> ChatKitThreadContent
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 ChatKitThreadContent
impl Debug for ChatKitThreadContent
Source§impl Default for ChatKitThreadContent
impl Default for ChatKitThreadContent
Source§impl<'de> Deserialize<'de> for ChatKitThreadContent
impl<'de> Deserialize<'de> for ChatKitThreadContent
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 From<ChatKitThreadContent> for Value
impl From<ChatKitThreadContent> for Value
Source§fn from(value: ChatKitThreadContent) -> Self
fn from(value: ChatKitThreadContent) -> Self
Converts to this type from the input type.
Source§impl From<Value> for ChatKitThreadContent
impl From<Value> for ChatKitThreadContent
Auto Trait Implementations§
impl Freeze for ChatKitThreadContent
impl RefUnwindSafe for ChatKitThreadContent
impl Send for ChatKitThreadContent
impl Sync for ChatKitThreadContent
impl Unpin for ChatKitThreadContent
impl UnsafeUnpin for ChatKitThreadContent
impl UnwindSafe for ChatKitThreadContent
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