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