pub struct SegmentDisplay<'m> { /* private fields */ }
Expand description
A display implementation for segments.
This will decode the escape sequences in the segment 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 SegmentDisplay<'m>
impl<'m> Clone for SegmentDisplay<'m>
Source§fn clone(&self) -> SegmentDisplay<'m>
fn clone(&self) -> SegmentDisplay<'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 SegmentDisplay<'m>
impl<'m> Debug for SegmentDisplay<'m>
Source§impl Display for SegmentDisplay<'_>
impl Display for SegmentDisplay<'_>
Source§impl<'m> PartialEq for SegmentDisplay<'m>
impl<'m> PartialEq for SegmentDisplay<'m>
impl<'m> Copy for SegmentDisplay<'m>
impl<'m> Eq for SegmentDisplay<'m>
impl<'m> StructuralPartialEq for SegmentDisplay<'m>
Auto Trait Implementations§
impl<'m> Freeze for SegmentDisplay<'m>
impl<'m> RefUnwindSafe for SegmentDisplay<'m>
impl<'m> Send for SegmentDisplay<'m>
impl<'m> Sync for SegmentDisplay<'m>
impl<'m> Unpin for SegmentDisplay<'m>
impl<'m> UnwindSafe for SegmentDisplay<'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