Struct jj_cli::templater::TemplateFunction
source · pub struct TemplateFunction<P, F> {
pub property: P,
pub function: F,
}Fields§
§property: P§function: FImplementations§
source§impl<P, F> TemplateFunction<P, F>
impl<P, F> TemplateFunction<P, F>
Trait Implementations§
source§impl<C, O, P, F> TemplateProperty<C> for TemplateFunction<P, F>
impl<C, O, P, F> TemplateProperty<C> for TemplateFunction<P, F>
Auto Trait Implementations§
impl<P, F> RefUnwindSafe for TemplateFunction<P, F>where
F: RefUnwindSafe,
P: RefUnwindSafe,
impl<P, F> Send for TemplateFunction<P, F>
impl<P, F> Sync for TemplateFunction<P, F>
impl<P, F> Unpin for TemplateFunction<P, F>
impl<P, F> UnwindSafe for TemplateFunction<P, F>where
F: UnwindSafe,
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