pub struct Stylesheet {
pub identifiers: u64,
pub modules: Modules,
}
Fields§
§identifiers: u64
§modules: Modules
Implementations§
Source§impl Stylesheet
impl Stylesheet
pub fn add_module<'m>(&mut self, path: PathBuf) -> ParserResult<'m, &Module>
pub fn has_module(self, path: PathBuf) -> bool
pub fn remove_module(self, path: PathBuf)
Trait Implementations§
Source§impl Debug for Stylesheet
impl Debug for Stylesheet
Source§impl Default for Stylesheet
impl Default for Stylesheet
Source§impl PartialEq for Stylesheet
impl PartialEq for Stylesheet
impl StructuralPartialEq for Stylesheet
Auto Trait Implementations§
impl Freeze for Stylesheet
impl RefUnwindSafe for Stylesheet
impl Send for Stylesheet
impl Sync for Stylesheet
impl Unpin for Stylesheet
impl UnwindSafe for Stylesheet
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