pub struct MutableRepo<'r> { /* private fields */ }Implementations§
Source§impl<'r> MutableRepo<'r>
impl<'r> MutableRepo<'r>
pub fn evolution_mut<'m>(&'m mut self) -> &'m mut MutableEvolution<'r, 'm>
Trait Implementations§
Auto Trait Implementations§
impl<'r> Freeze for MutableRepo<'r>
impl<'r> !RefUnwindSafe for MutableRepo<'r>
impl<'r> Send for MutableRepo<'r>
impl<'r> Sync for MutableRepo<'r>
impl<'r> Unpin for MutableRepo<'r>
impl<'r> !UnwindSafe for MutableRepo<'r>
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