pub struct ContentBlockProps<Ttitle_sectionSignal: Signal<Item = Option<Dom>> = Always<Option<Dom>>, Tmedia_sectionSignal: Signal<Item = Option<Dom>> = Always<Option<Dom>>, Tsupporting_sectionSignal: Signal<Item = Option<Dom>> = Always<Option<Dom>>, Tfooter_sectionSignal: Signal<Item = Option<Dom>> = Always<Option<Dom>>, TApplyFn: FnOnce(DomBuilder<HtmlElement>) -> DomBuilder<HtmlElement> = fn(_: DomBuilder<HtmlElement>) -> DomBuilder<HtmlElement>> {
pub title_section: Ttitle_sectionSignal,
pub media_section: Tmedia_sectionSignal,
pub supporting_section: Tsupporting_sectionSignal,
pub footer_section: Tfooter_sectionSignal,
pub apply: Option<TApplyFn>,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.