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