Struct nekolib_doc::fmt::str_sep::StrSep
source · pub struct StrSep<'a, I>(pub I, pub &'a str);
Tuple Fields§
§0: I
§1: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for StrSep<'a, I>where
I: Freeze,
impl<'a, I> RefUnwindSafe for StrSep<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for StrSep<'a, I>where
I: Send,
impl<'a, I> Sync for StrSep<'a, I>where
I: Sync,
impl<'a, I> Unpin for StrSep<'a, I>where
I: Unpin,
impl<'a, I> UnwindSafe for StrSep<'a, 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