pub struct RebarConfigParser;Expand description
Parser for rebar.config files (Erlang/rebar3).
Trait Implementations§
Source§impl ManifestParser for RebarConfigParser
impl ManifestParser for RebarConfigParser
Auto Trait Implementations§
impl Freeze for RebarConfigParser
impl RefUnwindSafe for RebarConfigParser
impl Send for RebarConfigParser
impl Sync for RebarConfigParser
impl Unpin for RebarConfigParser
impl UnsafeUnpin for RebarConfigParser
impl UnwindSafe for RebarConfigParser
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