pub enum UnresponsiveDeviceActionType {
Remove,
TopologyMonitorProbe,
VerifyThenRemoveSystemwide,
Unspecified(String),
}Variants§
Remove
TopologyMonitorProbe
VerifyThenRemoveSystemwide
Unspecified(String)
Allows passing a value that was not known at the time that this crate was generated from the available device descriptions
Trait Implementations§
Source§impl Clone for UnresponsiveDeviceActionType
impl Clone for UnresponsiveDeviceActionType
Source§fn clone(&self) -> UnresponsiveDeviceActionType
fn clone(&self) -> UnresponsiveDeviceActionType
Returns a duplicate 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 UnresponsiveDeviceActionType
impl Debug for UnresponsiveDeviceActionType
Source§impl Default for UnresponsiveDeviceActionType
impl Default for UnresponsiveDeviceActionType
Source§fn default() -> UnresponsiveDeviceActionType
fn default() -> UnresponsiveDeviceActionType
Returns the “default value” for a type. Read more
Source§impl<'xml> FromXml<'xml> for UnresponsiveDeviceActionType
impl<'xml> FromXml<'xml> for UnresponsiveDeviceActionType
const KIND: Kind = instant_xml::Kind::Scalar
type Accumulator = Option<UnresponsiveDeviceActionType>
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), Error>
Source§impl PartialEq for UnresponsiveDeviceActionType
impl PartialEq for UnresponsiveDeviceActionType
Source§fn eq(&self, other: &UnresponsiveDeviceActionType) -> bool
fn eq(&self, other: &UnresponsiveDeviceActionType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToXml for UnresponsiveDeviceActionType
impl ToXml for UnresponsiveDeviceActionType
impl Eq for UnresponsiveDeviceActionType
impl StructuralPartialEq for UnresponsiveDeviceActionType
Auto Trait Implementations§
impl Freeze for UnresponsiveDeviceActionType
impl RefUnwindSafe for UnresponsiveDeviceActionType
impl Send for UnresponsiveDeviceActionType
impl Sync for UnresponsiveDeviceActionType
impl Unpin for UnresponsiveDeviceActionType
impl UnwindSafe for UnresponsiveDeviceActionType
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