pub struct Concat<I> { /* private fields */ }
Expand description
See concat()
.
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for Concat<I>where
I: Freeze,
impl<I> RefUnwindSafe for Concat<I>where
I: RefUnwindSafe,
impl<I> Send for Concat<I>where
I: Send,
impl<I> Sync for Concat<I>where
I: Sync,
impl<I> Unpin for Concat<I>where
I: Unpin,
impl<I> UnwindSafe for Concat<I>where
I: UnwindSafe,
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
Source§impl<T> DisplayExt for Twhere
T: Display,
impl<T> DisplayExt for Twhere
T: Display,
Source§fn collect_str(self, buf: &mut [u8]) -> Result<&str, &str>
fn collect_str(self, buf: &mut [u8]) -> Result<&str, &str>
Alias for
crate::collect_str
Source§fn collect_str_mut(self, buf: &mut [u8]) -> Result<&mut str, &mut str>
fn collect_str_mut(self, buf: &mut [u8]) -> Result<&mut str, &mut str>
Alias for
crate::collect_str_mut
Source§fn display_lowercase(self) -> Lowercase<Self>
fn display_lowercase(self) -> Lowercase<Self>
Alias for
crate::lowercase
Source§fn display_uppercase(self) -> Uppercase<Self>
fn display_uppercase(self) -> Uppercase<Self>
Alias for
crate::uppercase
Source§fn display_repeat(self, times: usize) -> Repeat<Self>
fn display_repeat(self, times: usize) -> Repeat<Self>
Alias for
crate::repeat
Source§fn extract_slice<R: RangeBounds<usize>>(self, range: R) -> DisplaySlice<Self>
fn extract_slice<R: RangeBounds<usize>>(self, range: R) -> DisplaySlice<Self>
Alias for
crate::slice
Source§fn display_cmp(self, other: &str) -> Ordering
fn display_cmp(self, other: &str) -> Ordering
Alias for
crate::cmp