pub struct BuildGradleContent { /* private fields */ }
Trait Implementations§
Source§impl ConfigurationFormat for BuildGradleContent
impl ConfigurationFormat for BuildGradleContent
fn from<R: Read>(reader: R) -> Result<Self, Error>
fn current_version(&self) -> Result<&GradleVersion, Error>
fn is_modified(&self) -> bool
fn sync_version(&mut self, new_version: &Version) -> Result<(), Error>
fn lines(&self) -> Vec<String>
fn write<W: Write>(&self, writer: &mut W) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for BuildGradleContent
impl RefUnwindSafe for BuildGradleContent
impl Send for BuildGradleContent
impl Sync for BuildGradleContent
impl Unpin for BuildGradleContent
impl UnwindSafe for BuildGradleContent
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