pub struct Init { /* private fields */ }Expand description
Page-level runtime bootstrap for bundled browser-side helpers.
Implementations§
Source§impl Init
impl Init
Sourcepub fn scoped_css(self) -> Self
pub fn scoped_css(self) -> Self
Includes the bundled css-scope-inline runtime.
Trait Implementations§
impl Copy for Init
impl Eq for Init
impl StructuralPartialEq for Init
Auto Trait Implementations§
impl Freeze for Init
impl RefUnwindSafe for Init
impl Send for Init
impl Sync for Init
impl Unpin for Init
impl UnsafeUnpin for Init
impl UnwindSafe for Init
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