pub struct SbtParser;Expand description
Parser for build.sbt files.
Trait Implementations§
Source§impl ManifestParser for SbtParser
impl ManifestParser for SbtParser
Auto Trait Implementations§
impl Freeze for SbtParser
impl RefUnwindSafe for SbtParser
impl Send for SbtParser
impl Sync for SbtParser
impl Unpin for SbtParser
impl UnsafeUnpin for SbtParser
impl UnwindSafe for SbtParser
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