pub enum Effect {}Expand description
Side work as data (FC-8). The git browser does no I/O — every Msg mutates
only the in-memory GitState — so this is uninhabited on purpose: the
type-checked statement that GitView::update never asks the host to do
anything. (Live repo reads happen up-front in [RepoSnapshot::open], not here.)
Trait Implementations§
impl StructuralPartialEq for Effect
Auto Trait Implementations§
impl Freeze for Effect
impl RefUnwindSafe for Effect
impl Send for Effect
impl Sync for Effect
impl Unpin for Effect
impl UnsafeUnpin for Effect
impl UnwindSafe for Effect
Blanket Implementations§
impl<T> Allocation for T
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