Struct aws_sdk_ecr::output::GetAuthorizationTokenOutput
source · [−]#[non_exhaustive]pub struct GetAuthorizationTokenOutput { /* private fields */ }
Implementations
sourceimpl GetAuthorizationTokenOutput
impl GetAuthorizationTokenOutput
A list of authorization token data objects that correspond to the registryIds
values in the request.
sourceimpl GetAuthorizationTokenOutput
impl GetAuthorizationTokenOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAuthorizationTokenOutput
.
Trait Implementations
sourceimpl Clone for GetAuthorizationTokenOutput
impl Clone for GetAuthorizationTokenOutput
sourcefn clone(&self) -> GetAuthorizationTokenOutput
fn clone(&self) -> GetAuthorizationTokenOutput
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 GetAuthorizationTokenOutput
impl Debug for GetAuthorizationTokenOutput
sourceimpl PartialEq<GetAuthorizationTokenOutput> for GetAuthorizationTokenOutput
impl PartialEq<GetAuthorizationTokenOutput> for GetAuthorizationTokenOutput
sourcefn eq(&self, other: &GetAuthorizationTokenOutput) -> bool
fn eq(&self, other: &GetAuthorizationTokenOutput) -> bool
impl StructuralPartialEq for GetAuthorizationTokenOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAuthorizationTokenOutput
impl Send for GetAuthorizationTokenOutput
impl Sync for GetAuthorizationTokenOutput
impl Unpin for GetAuthorizationTokenOutput
impl UnwindSafe for GetAuthorizationTokenOutput
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