Struct aws_sdk_globalaccelerator::model::AcceleratorEvent
source · [−]#[non_exhaustive]pub struct AcceleratorEvent { /* private fields */ }Expand description
A complex type that contains a Timestamp value and Message for changes that you make to an accelerator in Global Accelerator. Messages stored here provide progress or error information when you update an accelerator from IPv4 to dual-stack, or from dual-stack to IPv4. Global Accelerator stores a maximum of ten event messages.
Implementations
sourceimpl AcceleratorEvent
impl AcceleratorEvent
sourceimpl AcceleratorEvent
impl AcceleratorEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceleratorEvent.
Trait Implementations
sourceimpl Clone for AcceleratorEvent
impl Clone for AcceleratorEvent
sourcefn clone(&self) -> AcceleratorEvent
fn clone(&self) -> AcceleratorEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AcceleratorEvent
impl Debug for AcceleratorEvent
sourceimpl PartialEq<AcceleratorEvent> for AcceleratorEvent
impl PartialEq<AcceleratorEvent> for AcceleratorEvent
sourcefn eq(&self, other: &AcceleratorEvent) -> bool
fn eq(&self, other: &AcceleratorEvent) -> bool
impl StructuralPartialEq for AcceleratorEvent
Auto Trait Implementations
impl RefUnwindSafe for AcceleratorEvent
impl Send for AcceleratorEvent
impl Sync for AcceleratorEvent
impl Unpin for AcceleratorEvent
impl UnwindSafe for AcceleratorEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more