pub enum ListChatKitThreadsOrder {
Asc,
Desc,
}Available on crate feature
chatkit-types only.Expand description
Sort order for listing ChatKit threads.
Variants§
Trait Implementations§
Source§impl Clone for ListChatKitThreadsOrder
impl Clone for ListChatKitThreadsOrder
Source§fn clone(&self) -> ListChatKitThreadsOrder
fn clone(&self) -> ListChatKitThreadsOrder
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 ListChatKitThreadsOrder
impl Debug for ListChatKitThreadsOrder
Source§impl<'de> Deserialize<'de> for ListChatKitThreadsOrder
impl<'de> Deserialize<'de> for ListChatKitThreadsOrder
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 ListChatKitThreadsOrder
impl PartialEq for ListChatKitThreadsOrder
Source§impl Serialize for ListChatKitThreadsOrder
impl Serialize for ListChatKitThreadsOrder
impl StructuralPartialEq for ListChatKitThreadsOrder
Auto Trait Implementations§
impl Freeze for ListChatKitThreadsOrder
impl RefUnwindSafe for ListChatKitThreadsOrder
impl Send for ListChatKitThreadsOrder
impl Sync for ListChatKitThreadsOrder
impl Unpin for ListChatKitThreadsOrder
impl UnsafeUnpin for ListChatKitThreadsOrder
impl UnwindSafe for ListChatKitThreadsOrder
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