struct RefreshCredentialsResponse {
upload_credentials: RawCredentials,
}Fields§
§upload_credentials: RawCredentialsTrait Implementations§
Source§impl Debug for RefreshCredentialsResponse
impl Debug for RefreshCredentialsResponse
Source§impl<'de> Deserialize<'de> for RefreshCredentialsResponse
impl<'de> Deserialize<'de> for RefreshCredentialsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RefreshCredentialsResponse
impl RefUnwindSafe for RefreshCredentialsResponse
impl Send for RefreshCredentialsResponse
impl Sync for RefreshCredentialsResponse
impl Unpin for RefreshCredentialsResponse
impl UnsafeUnpin for RefreshCredentialsResponse
impl UnwindSafe for RefreshCredentialsResponse
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