pub enum NoteSeparator {
Separator,
ContinuationSeparator,
ContinuationNotice,
}
Variants§
Trait Implementations§
Source§impl Clone for NoteSeparator
impl Clone for NoteSeparator
Source§fn clone(&self) -> NoteSeparator
fn clone(&self) -> NoteSeparator
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 NoteSeparator
impl Debug for NoteSeparator
Source§impl Display for NoteSeparator
impl Display for NoteSeparator
Auto Trait Implementations§
impl Freeze for NoteSeparator
impl RefUnwindSafe for NoteSeparator
impl Send for NoteSeparator
impl Sync for NoteSeparator
impl Unpin for NoteSeparator
impl UnwindSafe for NoteSeparator
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