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