pub struct UseDocumentBuilder {}Implementations§
Source§impl UseDocumentBuilder
impl UseDocumentBuilder
pub fn use_document<'a>(&self, cx: &'a ScopeState) -> &'a mut UseDocument
pub fn use_title<'a>(&self, cx: &'a ScopeState) -> &'a mut UseTitle
pub fn use_charset<'a>(&self, cx: &'a ScopeState) -> &'a mut UseCharacterSet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseDocumentBuilder
impl RefUnwindSafe for UseDocumentBuilder
impl Send for UseDocumentBuilder
impl Sync for UseDocumentBuilder
impl Unpin for UseDocumentBuilder
impl UnwindSafe for UseDocumentBuilder
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