pub struct GetCredentialsResponse(pub Vec<CredentialParameters>);
Tuple Fields§
§0: Vec<CredentialParameters>
Trait Implementations§
source§impl Debug for GetCredentialsResponse
impl Debug for GetCredentialsResponse
source§impl PartialEq for GetCredentialsResponse
impl PartialEq for GetCredentialsResponse
source§impl Serialize for GetCredentialsResponse
impl Serialize for GetCredentialsResponse
impl StructuralPartialEq for GetCredentialsResponse
Auto Trait Implementations§
impl Freeze for GetCredentialsResponse
impl RefUnwindSafe for GetCredentialsResponse
impl Send for GetCredentialsResponse
impl Sync for GetCredentialsResponse
impl Unpin for GetCredentialsResponse
impl UnwindSafe for GetCredentialsResponse
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