Struct aws_sdk_chime::model::Credential
source · [−]#[non_exhaustive]pub struct Credential { /* private fields */ }Expand description
The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.
Implementations
sourceimpl Credential
impl Credential
sourceimpl Credential
impl Credential
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Credential.
Trait Implementations
sourceimpl Clone for Credential
impl Clone for Credential
sourcefn clone(&self) -> Credential
fn clone(&self) -> Credential
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 Credential
impl Debug for Credential
sourceimpl PartialEq<Credential> for Credential
impl PartialEq<Credential> for Credential
sourcefn eq(&self, other: &Credential) -> bool
fn eq(&self, other: &Credential) -> bool
impl StructuralPartialEq for Credential
Auto Trait Implementations
impl RefUnwindSafe for Credential
impl Send for Credential
impl Sync for Credential
impl Unpin for Credential
impl UnwindSafe for Credential
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