Struct workspace2::pane::ItemNavHistory
source · pub struct ItemNavHistory { /* private fields */ }
Implementations§
pub fn push<D: 'static + Send + Any>( &mut self, data: Option<D>, cx: &mut WindowContext<'_> )
pub fn pop_backward( &mut self, cx: &mut WindowContext<'_> ) -> Option<NavigationEntry>
pub fn pop_forward( &mut self, cx: &mut WindowContext<'_> ) -> Option<NavigationEntry>
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more