pub struct NamespaceCreatedEvent {
pub namespace: NamespaceDef,
}Fields§
§namespace: NamespaceDefTrait Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceCreatedEvent
impl RefUnwindSafe for NamespaceCreatedEvent
impl Send for NamespaceCreatedEvent
impl Sync for NamespaceCreatedEvent
impl Unpin for NamespaceCreatedEvent
impl UnwindSafe for NamespaceCreatedEvent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more