pub struct Sidebar {
pub items: Vec<SidebarItem>,
pub position: SidebarPosition,
pub width: String,
pub collapsed: bool,
}Fields§
§items: Vec<SidebarItem>§position: SidebarPosition§width: String§collapsed: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sidebar
impl RefUnwindSafe for Sidebar
impl Send for Sidebar
impl Sync for Sidebar
impl Unpin for Sidebar
impl UnwindSafe for Sidebar
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