pub struct MistImpactedEntity {
pub connected_switch_mac: Option<String>,
pub connected_switch_name: String,
pub entity_mac: String,
pub entity_name: String,
pub entity_type: String,
pub port_id: String,
}Expand description
Mist - Impacted Entity
Fields§
§connected_switch_mac: Option<String>Connected Switch - MAC
connected_switch_name: StringConnected Switch - Name
entity_mac: StringEntity MAC
entity_name: StringEntity Name
entity_type: StringEntity Type
port_id: StringPort Id
Trait Implementations§
Source§impl Clone for MistImpactedEntity
impl Clone for MistImpactedEntity
Source§fn clone(&self) -> MistImpactedEntity
fn clone(&self) -> MistImpactedEntity
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MistImpactedEntity
impl Debug for MistImpactedEntity
Source§impl<'de> Deserialize<'de> for MistImpactedEntity
impl<'de> Deserialize<'de> for MistImpactedEntity
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
Auto Trait Implementations§
impl Freeze for MistImpactedEntity
impl RefUnwindSafe for MistImpactedEntity
impl Send for MistImpactedEntity
impl Sync for MistImpactedEntity
impl Unpin for MistImpactedEntity
impl UnwindSafe for MistImpactedEntity
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)