pub enum KeyValueHandlerEvent {}Trait Implementations§
Source§impl Debug for KeyValueHandlerEvent
impl Debug for KeyValueHandlerEvent
Source§impl PartialEq for KeyValueHandlerEvent
impl PartialEq for KeyValueHandlerEvent
impl Eq for KeyValueHandlerEvent
impl StructuralPartialEq for KeyValueHandlerEvent
Auto Trait Implementations§
impl Freeze for KeyValueHandlerEvent
impl RefUnwindSafe for KeyValueHandlerEvent
impl Send for KeyValueHandlerEvent
impl Sync for KeyValueHandlerEvent
impl Unpin for KeyValueHandlerEvent
impl UnwindSafe for KeyValueHandlerEvent
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