Struct notedown_rt::PluginParser
source · [−]pub struct PluginParser {
pub name: String,
pub parser: Parser,
pub try_extension: BTreeSet<String>,
}Fields
name: Stringparser: Parsertry_extension: BTreeSet<String>Trait Implementations
sourceimpl Debug for PluginParser
impl Debug for PluginParser
sourceimpl Default for PluginParser
impl Default for PluginParser
sourceimpl Display for PluginParser
impl Display for PluginParser
sourceimpl Hash for PluginParser
impl Hash for PluginParser
sourceimpl PartialEq<PluginParser> for PluginParser
impl PartialEq<PluginParser> for PluginParser
impl Eq for PluginParser
Auto Trait Implementations
impl RefUnwindSafe for PluginParser
impl Send for PluginParser
impl Sync for PluginParser
impl Unpin for PluginParser
impl UnwindSafe for PluginParser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.