pub struct PropertiesContent { /* private fields */ }
Trait Implementations§
Source§impl ConfigurationFormat for PropertiesContent
impl ConfigurationFormat for PropertiesContent
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 PropertiesContent
impl RefUnwindSafe for PropertiesContent
impl Send for PropertiesContent
impl Sync for PropertiesContent
impl Unpin for PropertiesContent
impl UnwindSafe for PropertiesContent
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