Struct ansi_term::ANSIGenericStrings
source · pub struct ANSIGenericStrings<'a, S>(pub &'a [ANSIGenericString<'a, S>])
where
<S as ToOwned>::Owned: Debug,
S: PartialEq + 'a + ToOwned + ?Sized;
Expand description
A set of ANSIGenericString
s collected together, in order to be
written with a minimum of control characters.
Tuple Fields§
§0: &'a [ANSIGenericString<'a, S>]
Implementations§
Trait Implementations§
source§impl<'a, S> Debug for ANSIGenericStrings<'a, S>where
<S as ToOwned>::Owned: Debug,
S: PartialEq + Debug + 'a + ToOwned + ?Sized,
impl<'a, S> Debug for ANSIGenericStrings<'a, S>where <S as ToOwned>::Owned: Debug, S: PartialEq + Debug + 'a + ToOwned + ?Sized,
source§impl<'a, S> PartialEq<ANSIGenericStrings<'a, S>> for ANSIGenericStrings<'a, S>where
<S as ToOwned>::Owned: Debug,
S: PartialEq + PartialEq + 'a + ToOwned + ?Sized,
impl<'a, S> PartialEq<ANSIGenericStrings<'a, S>> for ANSIGenericStrings<'a, S>where <S as ToOwned>::Owned: Debug, S: PartialEq + PartialEq + 'a + ToOwned + ?Sized,
source§fn eq(&self, other: &ANSIGenericStrings<'a, S>) -> bool
fn eq(&self, other: &ANSIGenericStrings<'a, S>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.