pub struct Conversation { /* private fields */ }Implementations§
Source§impl Conversation
impl Conversation
Source§impl Conversation
impl Conversation
Trait Implementations§
Source§impl Clone for Conversation
impl Clone for Conversation
Source§fn clone(&self) -> Conversation
fn clone(&self) -> Conversation
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 Conversation
impl Debug for Conversation
Source§impl Default for Conversation
impl Default for Conversation
Source§fn default() -> Conversation
fn default() -> Conversation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Conversation
impl<'de> Deserialize<'de> for Conversation
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<Conversation> for JsValue
impl From<Conversation> for JsValue
Source§fn from(value: Conversation) -> Self
fn from(value: Conversation) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for Conversation
impl FromWasmAbi for Conversation
Source§impl IntoWasmAbi for Conversation
impl IntoWasmAbi for Conversation
Source§impl LongRefFromWasmAbi for Conversation
impl LongRefFromWasmAbi for Conversation
Source§impl OptionFromWasmAbi for Conversation
impl OptionFromWasmAbi for Conversation
Source§impl OptionIntoWasmAbi for Conversation
impl OptionIntoWasmAbi for Conversation
Source§impl PartialEq for Conversation
impl PartialEq for Conversation
Source§impl RefFromWasmAbi for Conversation
impl RefFromWasmAbi for Conversation
Source§type Anchor = RcRef<Conversation>
type Anchor = RcRef<Conversation>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for Conversation
impl RefMutFromWasmAbi for Conversation
Source§impl Serialize for Conversation
impl Serialize for Conversation
Source§impl TryFromJsValue for Conversation
impl TryFromJsValue for Conversation
Source§impl VectorFromWasmAbi for Conversation
impl VectorFromWasmAbi for Conversation
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Conversation]>
Source§impl VectorIntoWasmAbi for Conversation
impl VectorIntoWasmAbi for Conversation
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[Conversation]>) -> Self::Abi
Source§impl WasmDescribeVector for Conversation
impl WasmDescribeVector for Conversation
impl Eq for Conversation
impl StructuralPartialEq for Conversation
impl SupportsConstructor for Conversation
impl SupportsInstanceProperty for Conversation
impl SupportsStaticProperty for Conversation
Auto Trait Implementations§
impl Freeze for Conversation
impl RefUnwindSafe for Conversation
impl Send for Conversation
impl Sync for Conversation
impl Unpin for Conversation
impl UnwindSafe for Conversation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.