Struct glory_core::web::widgets::HeadMixin
source · pub struct HeadMixin {
pub fillers: Vec<Filler>,
/* private fields */
}Fields§
§fillers: Vec<Filler>Implementations§
Trait Implementations§
source§impl Widget for HeadMixin
impl Widget for HeadMixin
fn build(&mut self, ctx: &mut Scope)
fn store_in(self, parent: &mut Scope) -> ViewIdwhere
Self: Sized,
fn show_in(self, parent: &mut Scope) -> ViewIdwhere
Self: Sized,
fn mount_to(self, ctx: Scope, parent_node: &Node) -> ViewIdwhere
Self: Sized,
fn attach(&mut self, _ctx: &mut Scope)
fn patch(&mut self, _ctx: &mut Scope)
fn detach(&mut self, ctx: &mut Scope)
fn detach_children(&mut self, ctx: &mut Scope)
Auto Trait Implementations§
impl !RefUnwindSafe for HeadMixin
impl !Send for HeadMixin
impl !Sync for HeadMixin
impl Unpin for HeadMixin
impl !UnwindSafe for HeadMixin
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