pub struct MavenPOM;
Implementations§
Auto Trait Implementations§
impl Freeze for MavenPOM
impl RefUnwindSafe for MavenPOM
impl Send for MavenPOM
impl Sync for MavenPOM
impl Unpin for MavenPOM
impl UnwindSafe for MavenPOM
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