Struct shrs_cd_stack::CdStackState
source · pub struct CdStackState { /* private fields */ }Expand description
Resembles undo/redo but for file path histories
Implementations§
Auto Trait Implementations§
impl Freeze for CdStackState
impl RefUnwindSafe for CdStackState
impl Send for CdStackState
impl Sync for CdStackState
impl Unpin for CdStackState
impl UnwindSafe for CdStackState
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