pub enum NamespaceControllerEvent {
OnIdAssigned {
id: String,
},
}
Variants§
Implementations§
Source§impl NamespaceControllerEvent
impl NamespaceControllerEvent
pub fn into_on_id_assigned(self) -> Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceControllerEvent
impl RefUnwindSafe for NamespaceControllerEvent
impl Send for NamespaceControllerEvent
impl Sync for NamespaceControllerEvent
impl Unpin for NamespaceControllerEvent
impl UnwindSafe for NamespaceControllerEvent
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