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