pub struct Theme<'a> {
pub cssfile: CssFile,
pub content: Content,
pub ready: Ready<'a>,
pub dir: PathBuf,
/* private fields */
}Fields§
§cssfile: CssFile§content: Content§ready: Ready<'a>§dir: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Theme<'a>
impl<'a> RefUnwindSafe for Theme<'a>
impl<'a> Send for Theme<'a>
impl<'a> Sync for Theme<'a>
impl<'a> Unpin for Theme<'a>
impl<'a> UnwindSafe for Theme<'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