Struct indicatif::InMemoryTerm
source · pub struct InMemoryTerm { /* private fields */ }
Expand description
A thin wrapper around vt100::Parser
.
This is just an Arc
around its internal state, so it can be freely cloned.
Implementations§
source§impl InMemoryTerm
impl InMemoryTerm
Trait Implementations§
source§impl Clone for InMemoryTerm
impl Clone for InMemoryTerm
source§fn clone(&self) -> InMemoryTerm
fn clone(&self) -> InMemoryTerm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InMemoryTerm
impl Debug for InMemoryTerm
Auto Trait Implementations§
impl RefUnwindSafe for InMemoryTerm
impl Send for InMemoryTerm
impl Sync for InMemoryTerm
impl Unpin for InMemoryTerm
impl UnwindSafe for InMemoryTerm
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