[−][src]Struct sql_support::RepeatDisplay
Helper type for printing repeated strings more efficiently. You should use
repeat_display
, or one of the repeat_sql_*
helpers to
construct it.
Fields
count: usize
sep: &'a str
fmt_one: F
Trait Implementations
impl<'a, F: Clone> Clone for RepeatDisplay<'a, F>
[src]
fn clone(&self) -> RepeatDisplay<'a, F>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a, F: Debug> Debug for RepeatDisplay<'a, F>
[src]
impl<'a, F> Display for RepeatDisplay<'a, F> where
F: Fn(usize, &mut Formatter<'_>) -> Result,
[src]
F: Fn(usize, &mut Formatter<'_>) -> Result,
Auto Trait Implementations
impl<'a, F> RefUnwindSafe for RepeatDisplay<'a, F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<'a, F> Send for RepeatDisplay<'a, F> where
F: Send,
F: Send,
impl<'a, F> Sync for RepeatDisplay<'a, F> where
F: Sync,
F: Sync,
impl<'a, F> Unpin for RepeatDisplay<'a, F> where
F: Unpin,
F: Unpin,
impl<'a, F> UnwindSafe for RepeatDisplay<'a, F> where
F: UnwindSafe,
F: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,