pub struct RepeatDisplay<'m> { /* private fields */ }
Trait Implementations§
Source§impl<'m> Clone for RepeatDisplay<'m>
impl<'m> Clone for RepeatDisplay<'m>
Source§fn clone(&self) -> RepeatDisplay<'m>
fn clone(&self) -> RepeatDisplay<'m>
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<'m> Debug for RepeatDisplay<'m>
impl<'m> Debug for RepeatDisplay<'m>
Source§impl Display for RepeatDisplay<'_>
impl Display for RepeatDisplay<'_>
Source§impl<'m> PartialEq for RepeatDisplay<'m>
impl<'m> PartialEq for RepeatDisplay<'m>
impl<'m> Copy for RepeatDisplay<'m>
impl<'m> Eq for RepeatDisplay<'m>
impl<'m> StructuralPartialEq for RepeatDisplay<'m>
Auto Trait Implementations§
impl<'m> Freeze for RepeatDisplay<'m>
impl<'m> RefUnwindSafe for RepeatDisplay<'m>
impl<'m> Send for RepeatDisplay<'m>
impl<'m> Sync for RepeatDisplay<'m>
impl<'m> Unpin for RepeatDisplay<'m>
impl<'m> UnwindSafe for RepeatDisplay<'m>
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