Struct envuse_parser::parser::nodes::variable_link::VariableLinkParser
source · [−]pub struct VariableLinkParser;Trait Implementations
sourceimpl NodeParser for VariableLinkParser
impl NodeParser for VariableLinkParser
Auto Trait Implementations
impl RefUnwindSafe for VariableLinkParser
impl Send for VariableLinkParser
impl Sync for VariableLinkParser
impl Unpin for VariableLinkParser
impl UnwindSafe for VariableLinkParser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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