pub struct VecFormatter<'lt, T: Display>(pub &'lt [T], pub &'lt str, pub &'lt str);Tuple Fields§
§0: &'lt [T]§1: &'lt str§2: &'lt strTrait Implementations§
Auto Trait Implementations§
impl<'lt, T> Freeze for VecFormatter<'lt, T>
impl<'lt, T> RefUnwindSafe for VecFormatter<'lt, T>where
T: RefUnwindSafe,
impl<'lt, T> Send for VecFormatter<'lt, T>where
T: Sync,
impl<'lt, T> Sync for VecFormatter<'lt, T>where
T: Sync,
impl<'lt, T> Unpin for VecFormatter<'lt, T>
impl<'lt, T> UnwindSafe for VecFormatter<'lt, T>where
T: RefUnwindSafe,
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