pub struct SubcomponentDisplay<'m> { /* private fields */ }
Expand description
A display implementation for subcomponents.
This will decode the escape sequences in the subcomponent value
using the separators. If the #
flag is used, the raw value
will be displayed without decoding the escape sequences.
Trait Implementations§
Source§impl<'m> Clone for SubcomponentDisplay<'m>
impl<'m> Clone for SubcomponentDisplay<'m>
Source§fn clone(&self) -> SubcomponentDisplay<'m>
fn clone(&self) -> SubcomponentDisplay<'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 SubcomponentDisplay<'m>
impl<'m> Debug for SubcomponentDisplay<'m>
Source§impl Display for SubcomponentDisplay<'_>
impl Display for SubcomponentDisplay<'_>
Source§impl<'m> PartialEq for SubcomponentDisplay<'m>
impl<'m> PartialEq for SubcomponentDisplay<'m>
impl<'m> Copy for SubcomponentDisplay<'m>
impl<'m> Eq for SubcomponentDisplay<'m>
impl<'m> StructuralPartialEq for SubcomponentDisplay<'m>
Auto Trait Implementations§
impl<'m> Freeze for SubcomponentDisplay<'m>
impl<'m> RefUnwindSafe for SubcomponentDisplay<'m>
impl<'m> Send for SubcomponentDisplay<'m>
impl<'m> Sync for SubcomponentDisplay<'m>
impl<'m> Unpin for SubcomponentDisplay<'m>
impl<'m> UnwindSafe for SubcomponentDisplay<'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