pub struct ExtenderContext<'a> {
pub item: &'a Value,
pub all_items: &'a [Value],
pub config: &'a Value,
pub web_config: &'a Value,
pub content_html: &'a str,
pub url_pattern: &'a str,
pub source_name: &'a str,
/* private fields */
}Fields§
§item: &'a Value§all_items: &'a [Value]§config: &'a Value§web_config: &'a Value§content_html: &'a str§url_pattern: &'a str§source_name: &'a strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExtenderContext<'a>
impl<'a> !RefUnwindSafe for ExtenderContext<'a>
impl<'a> Send for ExtenderContext<'a>
impl<'a> Sync for ExtenderContext<'a>
impl<'a> Unpin for ExtenderContext<'a>
impl<'a> !UnwindSafe for ExtenderContext<'a>
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