pub struct Document<State = Open> { /* private fields */ }
Implementations§
source§impl Document<Open>
impl Document<Open>
Trait Implementations§
Auto Trait Implementations§
impl<State> RefUnwindSafe for Document<State>where State: RefUnwindSafe,
impl<State = Open> !Send for Document<State>
impl<State = Open> !Sync for Document<State>
impl<State> Unpin for Document<State>where State: Unpin,
impl<State> UnwindSafe for Document<State>where State: UnwindSafe,
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