pub struct CodeBlockMarkersStrategy;Trait Implementations§
Source§impl Debug for CodeBlockMarkersStrategy
impl Debug for CodeBlockMarkersStrategy
Auto Trait Implementations§
impl Freeze for CodeBlockMarkersStrategy
impl RefUnwindSafe for CodeBlockMarkersStrategy
impl Send for CodeBlockMarkersStrategy
impl Sync for CodeBlockMarkersStrategy
impl Unpin for CodeBlockMarkersStrategy
impl UnwindSafe for CodeBlockMarkersStrategy
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