pub enum UEventAction {
Add,
Remove,
Change,
}
Expand description
Supported UEvent
actions
Variants§
Auto Trait Implementations§
impl Freeze for UEventAction
impl RefUnwindSafe for UEventAction
impl Send for UEventAction
impl Sync for UEventAction
impl Unpin for UEventAction
impl UnwindSafe for UEventAction
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