pub struct UpdateActionsMessage {
pub marker: Option<String>,
pub update_actions: Option<Vec<UpdateAction>>,
}
Fields§
§marker: Option<String>
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
update_actions: Option<Vec<UpdateAction>>
Returns a list of update actions
Trait Implementations§
Source§impl Clone for UpdateActionsMessage
impl Clone for UpdateActionsMessage
Source§fn clone(&self) -> UpdateActionsMessage
fn clone(&self) -> UpdateActionsMessage
Returns a copy 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 Debug for UpdateActionsMessage
impl Debug for UpdateActionsMessage
Source§impl Default for UpdateActionsMessage
impl Default for UpdateActionsMessage
Source§fn default() -> UpdateActionsMessage
fn default() -> UpdateActionsMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateActionsMessage
impl PartialEq for UpdateActionsMessage
impl StructuralPartialEq for UpdateActionsMessage
Auto Trait Implementations§
impl Freeze for UpdateActionsMessage
impl RefUnwindSafe for UpdateActionsMessage
impl Send for UpdateActionsMessage
impl Sync for UpdateActionsMessage
impl Unpin for UpdateActionsMessage
impl UnwindSafe for UpdateActionsMessage
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