pub enum LifecycleControllerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LifecycleControllerEvent
impl RefUnwindSafe for LifecycleControllerEvent
impl Send for LifecycleControllerEvent
impl Sync for LifecycleControllerEvent
impl Unpin for LifecycleControllerEvent
impl UnwindSafe for LifecycleControllerEvent
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