pub struct MarkupOpts { /* private fields */ }
Implementations§
Source§impl MarkupOpts
impl MarkupOpts
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkupOpts
impl RefUnwindSafe for MarkupOpts
impl Send for MarkupOpts
impl Sync for MarkupOpts
impl Unpin for MarkupOpts
impl UnwindSafe for MarkupOpts
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