pub struct ThematicBreak {
pub type_: ThematicBreak_,
pub id: Option<Box<String>>,
}
Expand description
A thematic break, such as a scene change in a story, a transition to another topic, or a new document.
Fields§
§type_: ThematicBreak_
The name of this type
id: Option<Box<String>>
The identifier for this item.
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 Default for ThematicBreak
impl Default for ThematicBreak
Source§impl<'de> Deserialize<'de> for ThematicBreakwhere
ThematicBreak: Default,
impl<'de> Deserialize<'de> for ThematicBreakwhere
ThematicBreak: Default,
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