pub struct Context<'c> {
pub module: &'c mut Module,
pub name: &'c str,
pub path: &'c PathBuf,
pub stylesheet: &'c mut Stylesheet,
}
Fields§
§module: &'c mut Module
§name: &'c str
§path: &'c PathBuf
§stylesheet: &'c mut Stylesheet
Trait Implementations§
impl<'c> StructuralPartialEq for Context<'c>
Auto Trait Implementations§
impl<'c> Freeze for Context<'c>
impl<'c> RefUnwindSafe for Context<'c>
impl<'c> Send for Context<'c>
impl<'c> Sync for Context<'c>
impl<'c> Unpin for Context<'c>
impl<'c> !UnwindSafe for Context<'c>
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