pub struct DockPanel {
pub id: PanelId,
pub title: String,
pub content: Rc<dyn Fn() -> View>,
}Fields§
§id: PanelId§title: String§content: Rc<dyn Fn() -> View>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DockPanel
impl !RefUnwindSafe for DockPanel
impl !Send for DockPanel
impl !Sync for DockPanel
impl Unpin for DockPanel
impl UnsafeUnpin for DockPanel
impl !UnwindSafe for DockPanel
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