Struct ansi_term::ANSIGenericStrings [−][src]
A set of ANSIGenericString
s collected together, in order to be
written with a minimum of control characters.
Implementations
impl<'a> ANSIGenericStrings<'a, [u8]>
[src]
pub fn write_to<W: Write>(&self, w: &mut W) -> Result<()>
[src]
Write ANSIByteStrings
to an io::Write
. This writes the minimal
escape sequences for the associated Style
s around each set of
bytes.
Trait Implementations
impl<'a, S: Debug + 'a + ToOwned + ?Sized> Debug for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]
<S as ToOwned>::Owned: Debug,
S: PartialEq,
impl<'a, S: PartialEq + 'a + ToOwned + ?Sized> PartialEq<ANSIGenericStrings<'a, S>> for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]
<S as ToOwned>::Owned: Debug,
S: PartialEq,
fn eq(&self, other: &ANSIGenericStrings<'a, S>) -> bool
[src]
fn ne(&self, other: &ANSIGenericStrings<'a, S>) -> bool
[src]
impl<'a, S: 'a + ToOwned + ?Sized> StructuralPartialEq for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]
<S as ToOwned>::Owned: Debug,
S: PartialEq,
Auto Trait Implementations
impl<'a, S: ?Sized> RefUnwindSafe for ANSIGenericStrings<'a, S> where
S: RefUnwindSafe,
<S as ToOwned>::Owned: RefUnwindSafe,
S: RefUnwindSafe,
<S as ToOwned>::Owned: RefUnwindSafe,
impl<'a, S: ?Sized> Send for ANSIGenericStrings<'a, S> where
S: Sync,
<S as ToOwned>::Owned: Sync,
S: Sync,
<S as ToOwned>::Owned: Sync,
impl<'a, S: ?Sized> Sync for ANSIGenericStrings<'a, S> where
S: Sync,
<S as ToOwned>::Owned: Sync,
S: Sync,
<S as ToOwned>::Owned: Sync,
impl<'a, S: ?Sized> Unpin for ANSIGenericStrings<'a, S>
impl<'a, S: ?Sized> UnwindSafe for ANSIGenericStrings<'a, S> where
S: RefUnwindSafe,
<S as ToOwned>::Owned: RefUnwindSafe,
S: RefUnwindSafe,
<S as ToOwned>::Owned: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,