pub struct YamlParser;Expand description
YAML parser for spec files
Implementations§
Auto Trait Implementations§
impl Freeze for YamlParser
impl RefUnwindSafe for YamlParser
impl Send for YamlParser
impl Sync for YamlParser
impl Unpin for YamlParser
impl UnwindSafe for YamlParser
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