pub enum StoryList {
Main,
Archive,
}
Variants§
Main
The list of stories, shown in the main chat list and folder chat lists
Archive
The list of stories, shown in the Arvhive chat list
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StoryList
impl<'de> Deserialize<'de> for StoryList
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 StoryList
Auto Trait Implementations§
impl Freeze for StoryList
impl RefUnwindSafe for StoryList
impl Send for StoryList
impl Sync for StoryList
impl Unpin for StoryList
impl UnwindSafe for StoryList
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