Struct wildland_http_client::evs::StorageCredentials
source · pub struct StorageCredentials {
pub id: Uuid,
pub credential_id: String,
pub credential_secret: String,
}
Fields§
§id: Uuid
§credential_id: String
§credential_secret: String
Trait Implementations§
source§impl Clone for StorageCredentials
impl Clone for StorageCredentials
source§fn clone(&self) -> StorageCredentials
fn clone(&self) -> StorageCredentials
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 StorageCredentials
impl Debug for StorageCredentials
source§impl<'de> Deserialize<'de> for StorageCredentials
impl<'de> Deserialize<'de> for StorageCredentials
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 RefUnwindSafe for StorageCredentials
impl Send for StorageCredentials
impl Sync for StorageCredentials
impl Unpin for StorageCredentials
impl UnwindSafe for StorageCredentials
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