Struct jj_cli::templater::FormattablePropertyTemplate
source · pub struct FormattablePropertyTemplate<P> { /* private fields */ }Expand description
Adapter to extract context-less template value from property for displaying.
Implementations§
source§impl<P> FormattablePropertyTemplate<P>
impl<P> FormattablePropertyTemplate<P>
Trait Implementations§
Auto Trait Implementations§
impl<P> RefUnwindSafe for FormattablePropertyTemplate<P>where
P: RefUnwindSafe,
impl<P> Send for FormattablePropertyTemplate<P>where
P: Send,
impl<P> Sync for FormattablePropertyTemplate<P>where
P: Sync,
impl<P> Unpin for FormattablePropertyTemplate<P>where
P: Unpin,
impl<P> UnwindSafe for FormattablePropertyTemplate<P>where
P: 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