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