pub struct OnCreated(/* private fields */);Implementations§
Source§impl OnCreated
impl OnCreated
pub fn add_listener<L>(&self, listener: L) -> OnCreatedEventListener<'_>
Auto Trait Implementations§
impl Freeze for OnCreated
impl RefUnwindSafe for OnCreated
impl !Send for OnCreated
impl !Sync for OnCreated
impl Unpin for OnCreated
impl UnwindSafe for OnCreated
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