pub struct ValueListDisplay<S, T> { /* private fields */ }Expand description
Formatter for a list of items separated by a given separator.
Implementations§
Source§impl<S, T> ValueListDisplay<S, T>
impl<S, T> ValueListDisplay<S, T>
Trait Implementations§
Source§impl<S: Clone, T: Clone> Clone for ValueListDisplay<S, T>
impl<S: Clone, T: Clone> Clone for ValueListDisplay<S, T>
Source§fn clone(&self) -> ValueListDisplay<S, T>
fn clone(&self) -> ValueListDisplay<S, T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<S, T, I> Display for ValueListDisplay<S, T>
impl<S, T, I> Display for ValueListDisplay<S, T>
Source§impl<S, T, I> From<ValueListDisplay<S, T>> for HeaderFieldValue
impl<S, T, I> From<ValueListDisplay<S, T>> for HeaderFieldValue
Source§fn from(value: ValueListDisplay<S, T>) -> Self
fn from(value: ValueListDisplay<S, T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<S, T> Freeze for ValueListDisplay<S, T>
impl<S, T> RefUnwindSafe for ValueListDisplay<S, T>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<S, T> Send for ValueListDisplay<S, T>
impl<S, T> Sync for ValueListDisplay<S, T>
impl<S, T> Unpin for ValueListDisplay<S, T>
impl<S, T> UnsafeUnpin for ValueListDisplay<S, T>where
S: UnsafeUnpin,
T: UnsafeUnpin,
impl<S, T> UnwindSafe for ValueListDisplay<S, T>where
S: UnwindSafe,
T: 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