pub struct NotifyDERStartStopRequest<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize = 1024> {
pub control_id: String<36usize>,
pub custom_data: Option<CustomData>,
pub started: bool,
pub superseded_ids: Option<Vec<String<36usize>, 24usize>>,
pub timestamp: String<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>,
}Fields§
§control_id: String<36usize>Id of the started or stopped DER control. Corresponds to the controlId of the SetDERControlRequest.
custom_data: Option<CustomData>§started: boolTrue if DER control has started. False if it has ended.
superseded_ids: Option<Vec<String<36usize>, 24usize>>List of controlIds that are superseded as a result of this control starting.
timestamp: String<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>Time of start or end of event.
Trait Implementations§
Source§impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Action for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
Available on non-crate feature alloc only.
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Action for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
Available on non-crate feature
alloc only.Source§impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Clone for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Clone for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
Source§fn clone(
&self,
) -> NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
fn clone( &self, ) -> NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
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<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Debug for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Debug for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Eq for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
Source§impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> PartialEq for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> PartialEq for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> StructuralPartialEq for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
Auto Trait Implementations§
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Freeze for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> RefUnwindSafe for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Send for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Sync for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Unpin for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> UnsafeUnpin for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> UnwindSafe for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>
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