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 AnsiGenericStrings
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>
impl<'a, S> Debug for AnsiGenericStrings<'a, S>
Source§impl<'a, S> PartialEq for AnsiGenericStrings<'a, S>
impl<'a, S> PartialEq for AnsiGenericStrings<'a, S>
impl<'a, S> StructuralPartialEq for AnsiGenericStrings<'a, S>
Auto Trait Implementations§
impl<'a, S> Freeze for AnsiGenericStrings<'a, S>where
S: ?Sized,
impl<'a, S> RefUnwindSafe for AnsiGenericStrings<'a, S>
impl<'a, S> Send for AnsiGenericStrings<'a, S>
impl<'a, S> Sync for AnsiGenericStrings<'a, S>
impl<'a, S> Unpin for AnsiGenericStrings<'a, S>where
S: ?Sized,
impl<'a, S> UnwindSafe for AnsiGenericStrings<'a, S>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes