pub struct ExpandContext { /* private fields */ }Expand description
Context for variable expansion
To be compatible with ncurses, the ExpandContext instance should be the same
for the same terminal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpandContext
impl RefUnwindSafe for ExpandContext
impl Send for ExpandContext
impl Sync for ExpandContext
impl Unpin for ExpandContext
impl UnwindSafe for ExpandContext
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