pub struct UseDocument { /* private fields */ }Implementations§
Source§impl UseDocument
impl UseDocument
pub fn new(cx: &ScopeState) -> Option<Self>
Auto Trait Implementations§
impl Freeze for UseDocument
impl !RefUnwindSafe for UseDocument
impl !Send for UseDocument
impl !Sync for UseDocument
impl Unpin for UseDocument
impl !UnwindSafe for UseDocument
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