pub enum EndpointAction {
RestartRequired,
LinkStatusNotify(bool),
}
Variants§
Trait Implementations§
Source§impl Debug for EndpointAction
impl Debug for EndpointAction
Source§impl PartialEq for EndpointAction
impl PartialEq for EndpointAction
impl StructuralPartialEq for EndpointAction
Auto Trait Implementations§
impl Freeze for EndpointAction
impl RefUnwindSafe for EndpointAction
impl Send for EndpointAction
impl Sync for EndpointAction
impl Unpin for EndpointAction
impl UnwindSafe for EndpointAction
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