pub enum ConverterEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConverterEvent
impl RefUnwindSafe for ConverterEvent
impl Send for ConverterEvent
impl Sync for ConverterEvent
impl Unpin for ConverterEvent
impl UnwindSafe for ConverterEvent
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