pub struct ShellPrompt { /* private fields */ }
Expand description
§ShellPrompt
ShellPrompt is the struct which contains the current shell prompt configuration
Auto Trait Implementations§
impl Freeze for ShellPrompt
impl RefUnwindSafe for ShellPrompt
impl Send for ShellPrompt
impl !Sync for ShellPrompt
impl Unpin for ShellPrompt
impl UnwindSafe for ShellPrompt
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