pub enum Ipv4RoutingTableControllerEvent {
OnClose {
error: TableControllerCloseReason,
},
}
Variants§
OnClose
Fields
§
error: TableControllerCloseReason
Implementations§
Source§impl Ipv4RoutingTableControllerEvent
impl Ipv4RoutingTableControllerEvent
pub fn into_on_close(self) -> Option<TableControllerCloseReason>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ipv4RoutingTableControllerEvent
impl RefUnwindSafe for Ipv4RoutingTableControllerEvent
impl Send for Ipv4RoutingTableControllerEvent
impl Sync for Ipv4RoutingTableControllerEvent
impl Unpin for Ipv4RoutingTableControllerEvent
impl UnwindSafe for Ipv4RoutingTableControllerEvent
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