Struct aws_sdk_amplifybackend::output::DeleteTokenOutput
source · [−]#[non_exhaustive]pub struct DeleteTokenOutput { /* private fields */ }
Implementations
sourceimpl DeleteTokenOutput
impl DeleteTokenOutput
sourcepub fn is_success(&self) -> bool
pub fn is_success(&self) -> bool
Indicates whether the request succeeded or failed.
sourceimpl DeleteTokenOutput
impl DeleteTokenOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTokenOutput
.
Trait Implementations
sourceimpl Clone for DeleteTokenOutput
impl Clone for DeleteTokenOutput
sourcefn clone(&self) -> DeleteTokenOutput
fn clone(&self) -> DeleteTokenOutput
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 DeleteTokenOutput
impl Debug for DeleteTokenOutput
sourceimpl PartialEq<DeleteTokenOutput> for DeleteTokenOutput
impl PartialEq<DeleteTokenOutput> for DeleteTokenOutput
sourcefn eq(&self, other: &DeleteTokenOutput) -> bool
fn eq(&self, other: &DeleteTokenOutput) -> bool
impl StructuralPartialEq for DeleteTokenOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteTokenOutput
impl Send for DeleteTokenOutput
impl Sync for DeleteTokenOutput
impl Unpin for DeleteTokenOutput
impl UnwindSafe for DeleteTokenOutput
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