pub enum ViewControllerEvent {
OnPresented {},
}
Variants§
OnPresented
Implementations§
Source§impl ViewControllerEvent
impl ViewControllerEvent
pub fn into_on_presented(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewControllerEvent
impl RefUnwindSafe for ViewControllerEvent
impl Send for ViewControllerEvent
impl Sync for ViewControllerEvent
impl Unpin for ViewControllerEvent
impl UnwindSafe for ViewControllerEvent
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