Enum rushmap_core::model::PortStatus
source · pub enum PortStatus {
Open,
Closed,
Filtered,
Unknown,
}
Expand description
Status of the scanned port
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PortStatus
impl Clone for PortStatus
source§fn clone(&self) -> PortStatus
fn clone(&self) -> PortStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PortStatus
impl Debug for PortStatus
source§impl<'de> Deserialize<'de> for PortStatus
impl<'de> Deserialize<'de> for PortStatus
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for PortStatus
impl PartialEq for PortStatus
source§fn eq(&self, other: &PortStatus) -> bool
fn eq(&self, other: &PortStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PortStatus
impl Serialize for PortStatus
impl Copy for PortStatus
impl StructuralPartialEq for PortStatus
Auto Trait Implementations§
impl RefUnwindSafe for PortStatus
impl Send for PortStatus
impl Sync for PortStatus
impl Unpin for PortStatus
impl UnwindSafe for PortStatus
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