pub enum ChapterSep {
Hyphen,
Period,
Colon,
EmDash,
EnDash,
}
Variants§
Trait Implementations§
Source§impl Clone for ChapterSep
impl Clone for ChapterSep
Source§fn clone(&self) -> ChapterSep
fn clone(&self) -> ChapterSep
Returns a copy 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 ChapterSep
impl Debug for ChapterSep
Source§impl Display for ChapterSep
impl Display for ChapterSep
Auto Trait Implementations§
impl Freeze for ChapterSep
impl RefUnwindSafe for ChapterSep
impl Send for ChapterSep
impl Sync for ChapterSep
impl Unpin for ChapterSep
impl UnwindSafe for ChapterSep
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