Struct lexa_framework::view::EmptyHTMLLayout
source · pub struct EmptyHTMLLayout { /* private fields */ }Expand description
Mise en page HTML vide.
Trait Implementations§
source§impl ViewLayoutInterface for EmptyHTMLLayout
impl ViewLayoutInterface for EmptyHTMLLayout
type Metadata = Node
type Scripts = Node
type Styles = Node
type View = Node
source§fn new() -> Selfwhere
Self: Sized,
fn new() -> Selfwhere Self: Sized,
Crée une nouvelle instance de la mise en page.
source§fn add_meta(&mut self, _: Self::Metadata)
fn add_meta(&mut self, _: Self::Metadata)
Ajoute une méta-données au document de la mise en page.
source§fn add_script(&mut self, _: Self::Scripts)
fn add_script(&mut self, _: Self::Scripts)
Ajoute un script au document de la mise en page.
Auto Trait Implementations§
impl RefUnwindSafe for EmptyHTMLLayout
impl Send for EmptyHTMLLayout
impl Sync for EmptyHTMLLayout
impl Unpin for EmptyHTMLLayout
impl UnwindSafe for EmptyHTMLLayout
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