pub enum ListChatKitThreadItemsOrder {
Asc,
Desc,
}Available on crate feature
chatkit-types only.Expand description
Sort order for listing ChatKit thread items.
Variants§
Trait Implementations§
Source§impl Clone for ListChatKitThreadItemsOrder
impl Clone for ListChatKitThreadItemsOrder
Source§fn clone(&self) -> ListChatKitThreadItemsOrder
fn clone(&self) -> ListChatKitThreadItemsOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListChatKitThreadItemsOrder
impl Debug for ListChatKitThreadItemsOrder
Source§impl<'de> Deserialize<'de> for ListChatKitThreadItemsOrder
impl<'de> Deserialize<'de> for ListChatKitThreadItemsOrder
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
impl StructuralPartialEq for ListChatKitThreadItemsOrder
Auto Trait Implementations§
impl Freeze for ListChatKitThreadItemsOrder
impl RefUnwindSafe for ListChatKitThreadItemsOrder
impl Send for ListChatKitThreadItemsOrder
impl Sync for ListChatKitThreadItemsOrder
impl Unpin for ListChatKitThreadItemsOrder
impl UnsafeUnpin for ListChatKitThreadItemsOrder
impl UnwindSafe for ListChatKitThreadItemsOrder
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