pub struct DeleteSourceCredentialsInput {
pub arn: String,
}
Fields§
§arn: String
The Amazon Resource Name (ARN) of the token.
Trait Implementations§
Source§impl Clone for DeleteSourceCredentialsInput
impl Clone for DeleteSourceCredentialsInput
Source§fn clone(&self) -> DeleteSourceCredentialsInput
fn clone(&self) -> DeleteSourceCredentialsInput
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 Debug for DeleteSourceCredentialsInput
impl Debug for DeleteSourceCredentialsInput
Source§impl Default for DeleteSourceCredentialsInput
impl Default for DeleteSourceCredentialsInput
Source§fn default() -> DeleteSourceCredentialsInput
fn default() -> DeleteSourceCredentialsInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteSourceCredentialsInput
impl PartialEq for DeleteSourceCredentialsInput
Source§fn eq(&self, other: &DeleteSourceCredentialsInput) -> bool
fn eq(&self, other: &DeleteSourceCredentialsInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteSourceCredentialsInput
Auto Trait Implementations§
impl Freeze for DeleteSourceCredentialsInput
impl RefUnwindSafe for DeleteSourceCredentialsInput
impl Send for DeleteSourceCredentialsInput
impl Sync for DeleteSourceCredentialsInput
impl Unpin for DeleteSourceCredentialsInput
impl UnwindSafe for DeleteSourceCredentialsInput
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