pub enum PortState {
Open,
Closed,
Filtered,
Unfiltered,
OpenFiltered,
CloseFiltered,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for PortState
Auto Trait Implementations§
impl Freeze for PortState
impl RefUnwindSafe for PortState
impl Send for PortState
impl Sync for PortState
impl Unpin for PortState
impl UnwindSafe for PortState
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