Struct reflux::TransformerContext
source · pub struct TransformerContext<D, G> {
pub globals: G,
pub data: Option<D>,
}Fields§
§globals: G§data: Option<D>Auto Trait Implementations§
impl<D, G> Freeze for TransformerContext<D, G>
impl<D, G> RefUnwindSafe for TransformerContext<D, G>where
G: RefUnwindSafe,
D: RefUnwindSafe,
impl<D, G> Send for TransformerContext<D, G>
impl<D, G> Sync for TransformerContext<D, G>
impl<D, G> Unpin for TransformerContext<D, G>
impl<D, G> UnwindSafe for TransformerContext<D, G>where
G: UnwindSafe,
D: 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