pub struct ListShaCertificatesResponse {
pub certificates: Option<Vec<ShaCertificate>>,
}Expand description
There is no detailed description.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- android apps sha list projects (response)
Fields§
§certificates: Option<Vec<ShaCertificate>>The list of each ShaCertificate associated with the AndroidApp.
Trait Implementations§
Source§impl Clone for ListShaCertificatesResponse
impl Clone for ListShaCertificatesResponse
Source§fn clone(&self) -> ListShaCertificatesResponse
fn clone(&self) -> ListShaCertificatesResponse
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 ListShaCertificatesResponse
impl Debug for ListShaCertificatesResponse
Source§impl Default for ListShaCertificatesResponse
impl Default for ListShaCertificatesResponse
Source§fn default() -> ListShaCertificatesResponse
fn default() -> ListShaCertificatesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListShaCertificatesResponse
impl<'de> Deserialize<'de> for ListShaCertificatesResponse
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
impl ResponseResult for ListShaCertificatesResponse
Auto Trait Implementations§
impl Freeze for ListShaCertificatesResponse
impl RefUnwindSafe for ListShaCertificatesResponse
impl Send for ListShaCertificatesResponse
impl Sync for ListShaCertificatesResponse
impl Unpin for ListShaCertificatesResponse
impl UnwindSafe for ListShaCertificatesResponse
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