pub enum OnUpdate {
NoAction,
}Variants§
NoAction
Trait Implementations§
impl Copy for OnUpdate
Auto Trait Implementations§
impl RefUnwindSafe for OnUpdate
impl Send for OnUpdate
impl Sync for OnUpdate
impl Unpin for OnUpdate
impl UnwindSafe for OnUpdate
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