pub struct RepeatDisplay<'a, F> { /* private fields */ }
Expand description
Helper type for printing repeated strings more efficiently. You should use
repeat_display
or one of the repeat_sql_*
helpers to
construct it.
Trait Implementations§
source§impl<'a, F: Clone> Clone for RepeatDisplay<'a, F>
impl<'a, F: Clone> Clone for RepeatDisplay<'a, F>
source§fn clone(&self) -> RepeatDisplay<'a, F>
fn clone(&self) -> RepeatDisplay<'a, F>
Returns a copy 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<'a, F: Debug> Debug for RepeatDisplay<'a, F>
impl<'a, F: Debug> Debug for RepeatDisplay<'a, F>
Auto Trait Implementations§
impl<'a, F> Freeze for RepeatDisplay<'a, F>where
F: Freeze,
impl<'a, F> RefUnwindSafe for RepeatDisplay<'a, F>where
F: RefUnwindSafe,
impl<'a, F> Send for RepeatDisplay<'a, F>where
F: Send,
impl<'a, F> Sync for RepeatDisplay<'a, F>where
F: Sync,
impl<'a, F> Unpin for RepeatDisplay<'a, F>where
F: Unpin,
impl<'a, F> UnwindSafe for RepeatDisplay<'a, F>where
F: 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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)