pub struct DeviceActionResult {
pub action_name: String,
pub action_state: ActionState,
pub start_date_time: String,
pub last_updated_date_time: String,
}
Fields§
§action_name: String
§action_state: ActionState
§start_date_time: String
§last_updated_date_time: String
Trait Implementations§
Source§impl Clone for DeviceActionResult
impl Clone for DeviceActionResult
Source§fn clone(&self) -> DeviceActionResult
fn clone(&self) -> DeviceActionResult
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 DeviceActionResult
impl Debug for DeviceActionResult
Source§impl<'de> Deserialize<'de> for DeviceActionResult
impl<'de> Deserialize<'de> for DeviceActionResult
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 DeviceActionResult
impl PartialEq for DeviceActionResult
Source§impl Serialize for DeviceActionResult
impl Serialize for DeviceActionResult
impl Eq for DeviceActionResult
impl StructuralPartialEq for DeviceActionResult
Auto Trait Implementations§
impl Freeze for DeviceActionResult
impl RefUnwindSafe for DeviceActionResult
impl Send for DeviceActionResult
impl Sync for DeviceActionResult
impl Unpin for DeviceActionResult
impl UnwindSafe for DeviceActionResult
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