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