pub struct Building;Expand description
Document is being constructed.
In this state:
- Structure can be modified (
create_element,append_child, etc.) - Navigation available (
parent,children) - Query methods (
find,find_all) are NOT available
Trait Implementations§
impl Copy for Building
impl DocumentState for Building
impl MutableState for Building
Auto Trait Implementations§
impl Freeze for Building
impl RefUnwindSafe for Building
impl Send for Building
impl Sync for Building
impl Unpin for Building
impl UnwindSafe for Building
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