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