#[non_exhaustive]pub struct UpdateEndpointGroupOutput { /* private fields */ }Implementations
sourceimpl UpdateEndpointGroupOutput
impl UpdateEndpointGroupOutput
sourcepub fn endpoint_group(&self) -> Option<&EndpointGroup>
pub fn endpoint_group(&self) -> Option<&EndpointGroup>
The information about the endpoint group that was updated.
sourceimpl UpdateEndpointGroupOutput
impl UpdateEndpointGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEndpointGroupOutput.
Trait Implementations
sourceimpl Clone for UpdateEndpointGroupOutput
impl Clone for UpdateEndpointGroupOutput
sourcefn clone(&self) -> UpdateEndpointGroupOutput
fn clone(&self) -> UpdateEndpointGroupOutput
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 UpdateEndpointGroupOutput
impl Debug for UpdateEndpointGroupOutput
sourceimpl PartialEq<UpdateEndpointGroupOutput> for UpdateEndpointGroupOutput
impl PartialEq<UpdateEndpointGroupOutput> for UpdateEndpointGroupOutput
sourcefn eq(&self, other: &UpdateEndpointGroupOutput) -> bool
fn eq(&self, other: &UpdateEndpointGroupOutput) -> bool
impl StructuralPartialEq for UpdateEndpointGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEndpointGroupOutput
impl Send for UpdateEndpointGroupOutput
impl Sync for UpdateEndpointGroupOutput
impl Unpin for UpdateEndpointGroupOutput
impl UnwindSafe for UpdateEndpointGroupOutput
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