pub struct CreatedEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreatedEvent
impl RefUnwindSafe for CreatedEvent
impl Send for CreatedEvent
impl Sync for CreatedEvent
impl Unpin for CreatedEvent
impl UnwindSafe for CreatedEvent
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