pub enum RxAction {
Changed,
NotChanged,
}Variants§
Auto Trait Implementations§
impl Freeze for RxAction
impl RefUnwindSafe for RxAction
impl Send for RxAction
impl Sync for RxAction
impl Unpin for RxAction
impl UnsafeUnpin for RxAction
impl UnwindSafe for RxAction
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