pub struct AppLayout;Expand description
Dashboard-style layout with navigation bar, sidebar, and main content area.
Uses a flex layout with the sidebar on the left and main content on the
right. The ferro-json-ui wrapper div is placed inside the <main> element.
By default, renders empty navigation and sidebar placeholders. Users create custom Layout implementations that call the partial functions with real data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppLayout
impl RefUnwindSafe for AppLayout
impl Send for AppLayout
impl Sync for AppLayout
impl Unpin for AppLayout
impl UnsafeUnpin for AppLayout
impl UnwindSafe for AppLayout
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