pub enum ChildRealmEvent {
OnConnected {},
}
Variants§
OnConnected
Implementations§
source§impl ChildRealmEvent
impl ChildRealmEvent
pub fn into_on_connected(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChildRealmEvent
impl RefUnwindSafe for ChildRealmEvent
impl Send for ChildRealmEvent
impl Sync for ChildRealmEvent
impl Unpin for ChildRealmEvent
impl UnwindSafe for ChildRealmEvent
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