pub struct Mercurial { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mercurial
impl RefUnwindSafe for Mercurial
impl Send for Mercurial
impl Sync for Mercurial
impl Unpin for Mercurial
impl UnsafeUnpin for Mercurial
impl UnwindSafe for Mercurial
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