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