pub struct ConfigEventHandler;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigEventHandler
impl RefUnwindSafe for ConfigEventHandler
impl Send for ConfigEventHandler
impl Sync for ConfigEventHandler
impl Unpin for ConfigEventHandler
impl UnsafeUnpin for ConfigEventHandler
impl UnwindSafe for ConfigEventHandler
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