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