Struct theme_parser::parser::theme_txt::Document
source · pub struct Document(pub OwnedSlice<[Statement]>);
Expand description
Represents the entire theme.txt file.
Tuple Fields§
§0: OwnedSlice<[Statement]>
Implementations§
Trait Implementations§
source§impl PartialEq for Document
impl PartialEq for Document
impl Eq for Document
impl StructuralEq for Document
impl StructuralPartialEq for Document
Auto Trait Implementations§
impl RefUnwindSafe for Document
impl !Send for Document
impl !Sync for Document
impl Unpin for Document
impl UnwindSafe for Document
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