pub struct GetRunningAlarmPropertiesResponse {
pub alarm_id: u32,
pub group_id: String,
pub logged_start_time: String,
}Fields§
§alarm_id: u32§group_id: String§logged_start_time: StringTrait Implementations§
Source§impl Clone for GetRunningAlarmPropertiesResponse
impl Clone for GetRunningAlarmPropertiesResponse
Source§fn clone(&self) -> GetRunningAlarmPropertiesResponse
fn clone(&self) -> GetRunningAlarmPropertiesResponse
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 GetRunningAlarmPropertiesResponse
impl<'de> Deserialize<'de> for GetRunningAlarmPropertiesResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetRunningAlarmPropertiesResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetRunningAlarmPropertiesResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetRunningAlarmPropertiesResponse
impl PartialEq for GetRunningAlarmPropertiesResponse
Source§fn eq(&self, other: &GetRunningAlarmPropertiesResponse) -> bool
fn eq(&self, other: &GetRunningAlarmPropertiesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetRunningAlarmPropertiesResponse
Auto Trait Implementations§
impl Freeze for GetRunningAlarmPropertiesResponse
impl RefUnwindSafe for GetRunningAlarmPropertiesResponse
impl Send for GetRunningAlarmPropertiesResponse
impl Sync for GetRunningAlarmPropertiesResponse
impl Unpin for GetRunningAlarmPropertiesResponse
impl UnsafeUnpin for GetRunningAlarmPropertiesResponse
impl UnwindSafe for GetRunningAlarmPropertiesResponse
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