Struct workspace2::dock::PanelButtons
source · pub struct PanelButtons { /* private fields */ }
Implementations§
source§impl PanelButtons
impl PanelButtons
Trait Implementations§
source§impl Render for PanelButtons
impl Render for PanelButtons
source§impl StatusItemView for PanelButtons
impl StatusItemView for PanelButtons
fn set_active_pane_item( &mut self, _active_pane_item: Option<&dyn ItemHandle>, _cx: &mut ViewContext<'_, Self> )
Auto Trait Implementations§
impl !RefUnwindSafe for PanelButtons
impl Send for PanelButtons
impl Sync for PanelButtons
impl Unpin for PanelButtons
impl !UnwindSafe for PanelButtons
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