pub enum MessageIncompleteDetailsType {
ContentFilter,
MaxTokens,
RunCancelled,
RunExpired,
RunFailed,
}
Variants§
Trait Implementations§
Source§impl Clone for MessageIncompleteDetailsType
impl Clone for MessageIncompleteDetailsType
Source§fn clone(&self) -> MessageIncompleteDetailsType
fn clone(&self) -> MessageIncompleteDetailsType
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 MessageIncompleteDetailsType
impl Debug for MessageIncompleteDetailsType
Source§impl<'de> Deserialize<'de> for MessageIncompleteDetailsType
impl<'de> Deserialize<'de> for MessageIncompleteDetailsType
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 PartialEq for MessageIncompleteDetailsType
impl PartialEq for MessageIncompleteDetailsType
Source§fn eq(&self, other: &MessageIncompleteDetailsType) -> bool
fn eq(&self, other: &MessageIncompleteDetailsType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for MessageIncompleteDetailsType
Auto Trait Implementations§
impl Freeze for MessageIncompleteDetailsType
impl RefUnwindSafe for MessageIncompleteDetailsType
impl Send for MessageIncompleteDetailsType
impl Sync for MessageIncompleteDetailsType
impl Unpin for MessageIncompleteDetailsType
impl UnwindSafe for MessageIncompleteDetailsType
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