pub enum ChapterStatus {
Active,
Draft,
}Expand description
The status of a chapter.
Variants§
Trait Implementations§
Source§impl Clone for ChapterStatus
impl Clone for ChapterStatus
Source§fn clone(&self) -> ChapterStatus
fn clone(&self) -> ChapterStatus
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 ChapterStatus
impl Debug for ChapterStatus
Source§impl PartialEq for ChapterStatus
impl PartialEq for ChapterStatus
impl Copy for ChapterStatus
impl StructuralPartialEq for ChapterStatus
Auto Trait Implementations§
impl Freeze for ChapterStatus
impl RefUnwindSafe for ChapterStatus
impl Send for ChapterStatus
impl Sync for ChapterStatus
impl Unpin for ChapterStatus
impl UnwindSafe for ChapterStatus
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