#[non_exhaustive]pub struct RegenerateSecurityTokenOutput { /* private fields */ }Implementations§
source§impl RegenerateSecurityTokenOutput
impl RegenerateSecurityTokenOutput
sourcepub fn builder() -> RegenerateSecurityTokenOutputBuilder
pub fn builder() -> RegenerateSecurityTokenOutputBuilder
Creates a new builder-style object to manufacture RegenerateSecurityTokenOutput.
Trait Implementations§
source§impl Clone for RegenerateSecurityTokenOutput
impl Clone for RegenerateSecurityTokenOutput
source§fn clone(&self) -> RegenerateSecurityTokenOutput
fn clone(&self) -> RegenerateSecurityTokenOutput
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 PartialEq<RegenerateSecurityTokenOutput> for RegenerateSecurityTokenOutput
impl PartialEq<RegenerateSecurityTokenOutput> for RegenerateSecurityTokenOutput
source§fn eq(&self, other: &RegenerateSecurityTokenOutput) -> bool
fn eq(&self, other: &RegenerateSecurityTokenOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for RegenerateSecurityTokenOutput
impl RequestId for RegenerateSecurityTokenOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for RegenerateSecurityTokenOutput
Auto Trait Implementations§
impl RefUnwindSafe for RegenerateSecurityTokenOutput
impl Send for RegenerateSecurityTokenOutput
impl Sync for RegenerateSecurityTokenOutput
impl Unpin for RegenerateSecurityTokenOutput
impl UnwindSafe for RegenerateSecurityTokenOutput
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