pub struct GetSecretTypesResponse {
pub data: Option<Vec<GetSecretTypesResponseDataItem>>,
pub meta: Option<GetSecretTypesResponseMeta>,
}
Fields§
§data: Option<Vec<GetSecretTypesResponseDataItem>>
§meta: Option<GetSecretTypesResponseMeta>
Trait Implementations§
Source§impl Clone for GetSecretTypesResponse
impl Clone for GetSecretTypesResponse
Source§fn clone(&self) -> GetSecretTypesResponse
fn clone(&self) -> GetSecretTypesResponse
Returns a duplicate 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 GetSecretTypesResponse
impl Debug for GetSecretTypesResponse
Source§impl<'de> Deserialize<'de> for GetSecretTypesResponse
impl<'de> Deserialize<'de> for GetSecretTypesResponse
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
Source§impl PartialEq for GetSecretTypesResponse
impl PartialEq for GetSecretTypesResponse
Source§impl Serialize for GetSecretTypesResponse
impl Serialize for GetSecretTypesResponse
impl StructuralPartialEq for GetSecretTypesResponse
Auto Trait Implementations§
impl Freeze for GetSecretTypesResponse
impl RefUnwindSafe for GetSecretTypesResponse
impl Send for GetSecretTypesResponse
impl Sync for GetSecretTypesResponse
impl Unpin for GetSecretTypesResponse
impl UnwindSafe for GetSecretTypesResponse
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