pub struct MdAPI<T: CoreSyntaxFunctions> { /* private fields */ }Implementations§
Source§impl<T: CoreSyntaxFunctions> MdAPI<T>
impl<T: CoreSyntaxFunctions> MdAPI<T>
pub fn new(flow_direction: FlowDirection, hierarchy_root: Node) -> Self
pub fn parse_hierarchy(&mut self) -> String
Auto Trait Implementations§
impl<T> Freeze for MdAPI<T>where
T: Freeze,
impl<T> RefUnwindSafe for MdAPI<T>where
T: RefUnwindSafe,
impl<T> Send for MdAPI<T>where
T: Send,
impl<T> Sync for MdAPI<T>where
T: Sync,
impl<T> Unpin for MdAPI<T>where
T: Unpin,
impl<T> UnwindSafe for MdAPI<T>where
T: UnwindSafe,
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