pub struct PublishFirmwareStatusNotificationRequest<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize = 16> {
pub custom_data: Option<CustomData>,
pub location: Option<Vec<String<512usize>, PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>>,
pub request_id: Option<i64>,
pub status: PublishFirmwareStatusEnum,
}Fields§
§custom_data: Option<CustomData>§location: Option<Vec<String<512usize>, PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>>Required if status is Published. Can be multiple URI’s, if the Local Controller supports e.g. HTTP, HTTPS, and FTP.
request_id: Option<i64>The request id that was provided in the PublishFirmwareRequest which triggered this action.
status: PublishFirmwareStatusEnumTrait Implementations§
Source§impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Action for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
Available on non-crate feature alloc only.
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Action for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
Available on non-crate feature
alloc only.Source§impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Clone for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Clone for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
Source§fn clone(
&self,
) -> PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
fn clone( &self, ) -> PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_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 PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Debug for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Debug for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Eq for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
Source§impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> PartialEq for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> PartialEq for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> StructuralPartialEq for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
Auto Trait Implementations§
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Freeze for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> RefUnwindSafe for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Send for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Sync for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Unpin for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> UnsafeUnpin for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>
impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> UnwindSafe for PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_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