pub struct OnCreatedEventListener<'a>(/* private fields */);Implementations§
Source§impl OnCreatedEventListener<'_>
impl OnCreatedEventListener<'_>
Auto Trait Implementations§
impl<'a> Freeze for OnCreatedEventListener<'a>
impl<'a> !RefUnwindSafe for OnCreatedEventListener<'a>
impl<'a> !Send for OnCreatedEventListener<'a>
impl<'a> !Sync for OnCreatedEventListener<'a>
impl<'a> Unpin for OnCreatedEventListener<'a>
impl<'a> !UnwindSafe for OnCreatedEventListener<'a>
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