pub enum UiSub {
Takeover(TakeoverArgs),
}Variants§
Takeover(TakeoverArgs)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiSub
impl RefUnwindSafe for UiSub
impl Send for UiSub
impl Sync for UiSub
impl Unpin for UiSub
impl UnsafeUnpin for UiSub
impl UnwindSafe for UiSub
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