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