pub struct ExtractionContext<'a, P> {
pub uri: &'a str,
pub source: &'a str,
pub anchor: &'a Moniker,
pub deep: bool,
pub presets: &'a P,
}Fields§
§uri: &'a str§source: &'a str§anchor: &'a Moniker§deep: bool§presets: &'a PImplementations§
Auto Trait Implementations§
impl<'a, P> Freeze for ExtractionContext<'a, P>
impl<'a, P> RefUnwindSafe for ExtractionContext<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for ExtractionContext<'a, P>where
P: Sync,
impl<'a, P> Sync for ExtractionContext<'a, P>where
P: Sync,
impl<'a, P> Unpin for ExtractionContext<'a, P>
impl<'a, P> UnsafeUnpin for ExtractionContext<'a, P>
impl<'a, P> UnwindSafe for ExtractionContext<'a, P>where
P: RefUnwindSafe,
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