pub enum ThematicBreak_ {
ThematicBreak,
}
Variants§
ThematicBreak
Trait Implementations§
Source§impl Clone for ThematicBreak_
impl Clone for ThematicBreak_
Source§fn clone(&self) -> ThematicBreak_
fn clone(&self) -> ThematicBreak_
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 ThematicBreak_
impl Debug for ThematicBreak_
Source§impl<'de> Deserialize<'de> for ThematicBreak_
impl<'de> Deserialize<'de> for ThematicBreak_
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
Auto Trait Implementations§
impl Freeze for ThematicBreak_
impl RefUnwindSafe for ThematicBreak_
impl Send for ThematicBreak_
impl Sync for ThematicBreak_
impl Unpin for ThematicBreak_
impl UnwindSafe for ThematicBreak_
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