pub struct NamespaceCreatedEvent {
pub namespace: NamespaceDef,
}Fields§
§namespace: NamespaceDefTrait Implementations§
Source§impl Clone for NamespaceCreatedEvent
impl Clone for NamespaceCreatedEvent
Source§fn clone(&self) -> NamespaceCreatedEvent
fn clone(&self) -> NamespaceCreatedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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§
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