pub struct UpdateServiceStartUpdateAction {}Expand description
This action starts updating all images that have been previously invoked using an
OperationApplyTime value of OnStartUpdateRequest.
This action shall start an update of software component that have been scheduled with the
OperationApplyTime value of OnStartUpdateRequest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateServiceStartUpdateAction
impl RefUnwindSafe for UpdateServiceStartUpdateAction
impl Send for UpdateServiceStartUpdateAction
impl Sync for UpdateServiceStartUpdateAction
impl Unpin for UpdateServiceStartUpdateAction
impl UnsafeUnpin for UpdateServiceStartUpdateAction
impl UnwindSafe for UpdateServiceStartUpdateAction
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