Struct ansi_term::ANSIGenericStrings [−][src]
pub struct ANSIGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [ANSIGenericString<'a, S>])
where
<S as ToOwned>::Owned: Debug,
S: PartialEq;
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]
impl<'a> ANSIGenericStrings<'a, [u8]>
[src]Trait Implementations
impl<'a, S: Debug + 'a + ToOwned + ?Sized> Debug for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]
impl<'a, S: Debug + 'a + ToOwned + ?Sized> Debug for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]impl<'a, S: PartialEq + 'a + ToOwned + ?Sized> PartialEq<ANSIGenericStrings<'a, S>> for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]
impl<'a, S: PartialEq + 'a + ToOwned + ?Sized> PartialEq<ANSIGenericStrings<'a, S>> for ANSIGenericStrings<'a, S> where
<S as ToOwned>::Owned: Debug,
S: PartialEq,
[src]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,