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