pub struct EmphasisPlan { /* private fields */ }Expand description
Byte-keyed disposition map for * / _ delimiter chars produced by
the IR’s emphasis pass and consumed by the inline emission walk.
Implementations§
Trait Implementations§
Source§impl Clone for EmphasisPlan
impl Clone for EmphasisPlan
Source§fn clone(&self) -> EmphasisPlan
fn clone(&self) -> EmphasisPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EmphasisPlan
impl Debug for EmphasisPlan
Source§impl Default for EmphasisPlan
impl Default for EmphasisPlan
Source§fn default() -> EmphasisPlan
fn default() -> EmphasisPlan
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmphasisPlan
impl RefUnwindSafe for EmphasisPlan
impl Send for EmphasisPlan
impl Sync for EmphasisPlan
impl Unpin for EmphasisPlan
impl UnsafeUnpin for EmphasisPlan
impl UnwindSafe for EmphasisPlan
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