pub struct Ansi {
pub value: String,
}
Expand description
Define ANSI struct. Meant for private use
Fields§
§value: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ansi
impl RefUnwindSafe for Ansi
impl Send for Ansi
impl Sync for Ansi
impl Unpin for Ansi
impl UnwindSafe for Ansi
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