pub struct NotifyDERAlarmResponse {
pub custom_data: Option<CustomData>,
}Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for NotifyDERAlarmResponse
impl Clone for NotifyDERAlarmResponse
Source§fn clone(&self) -> NotifyDERAlarmResponse
fn clone(&self) -> NotifyDERAlarmResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NotifyDERAlarmResponse
impl Debug for NotifyDERAlarmResponse
impl Eq for NotifyDERAlarmResponse
Source§impl PartialEq for NotifyDERAlarmResponse
impl PartialEq for NotifyDERAlarmResponse
impl StructuralPartialEq for NotifyDERAlarmResponse
Auto Trait Implementations§
impl Freeze for NotifyDERAlarmResponse
impl RefUnwindSafe for NotifyDERAlarmResponse
impl Send for NotifyDERAlarmResponse
impl Sync for NotifyDERAlarmResponse
impl Unpin for NotifyDERAlarmResponse
impl UnsafeUnpin for NotifyDERAlarmResponse
impl UnwindSafe for NotifyDERAlarmResponse
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