pub struct DeviceManagementTroubleshootingEvent {
pub event_date_time: String,
pub correlation_id: String,
}
Fields§
§event_date_time: String
§correlation_id: String
Trait Implementations§
Source§impl Clone for DeviceManagementTroubleshootingEvent
impl Clone for DeviceManagementTroubleshootingEvent
Source§fn clone(&self) -> DeviceManagementTroubleshootingEvent
fn clone(&self) -> DeviceManagementTroubleshootingEvent
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<'de> Deserialize<'de> for DeviceManagementTroubleshootingEvent
impl<'de> Deserialize<'de> for DeviceManagementTroubleshootingEvent
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 DeviceManagementTroubleshootingEvent
impl PartialEq for DeviceManagementTroubleshootingEvent
Source§fn eq(&self, other: &DeviceManagementTroubleshootingEvent) -> bool
fn eq(&self, other: &DeviceManagementTroubleshootingEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for DeviceManagementTroubleshootingEvent
impl StructuralPartialEq for DeviceManagementTroubleshootingEvent
Auto Trait Implementations§
impl Freeze for DeviceManagementTroubleshootingEvent
impl RefUnwindSafe for DeviceManagementTroubleshootingEvent
impl Send for DeviceManagementTroubleshootingEvent
impl Sync for DeviceManagementTroubleshootingEvent
impl Unpin for DeviceManagementTroubleshootingEvent
impl UnwindSafe for DeviceManagementTroubleshootingEvent
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