pub struct InlinePlans {
pub emphasis: EmphasisPlan,
pub brackets: BracketPlan,
pub constructs: ConstructPlan,
}Expand description
Bundle of plans produced by build_full_plans and consumed by the
inline emission walk.
Fields§
§emphasis: EmphasisPlan§brackets: BracketPlan§constructs: ConstructPlanTrait Implementations§
Source§impl Clone for InlinePlans
impl Clone for InlinePlans
Source§fn clone(&self) -> InlinePlans
fn clone(&self) -> InlinePlans
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 InlinePlans
impl Debug for InlinePlans
Source§impl Default for InlinePlans
impl Default for InlinePlans
Source§fn default() -> InlinePlans
fn default() -> InlinePlans
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InlinePlans
impl RefUnwindSafe for InlinePlans
impl Send for InlinePlans
impl Sync for InlinePlans
impl Unpin for InlinePlans
impl UnsafeUnpin for InlinePlans
impl UnwindSafe for InlinePlans
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