pub struct GetAllAppsResponse {
pub metadata: Option<SearchMetadata>,
pub items: Vec<App>,
}
Fields§
§metadata: Option<SearchMetadata>
§items: Vec<App>
Implementations§
Source§impl GetAllAppsResponse
impl GetAllAppsResponse
pub fn new(items: Vec<App>) -> GetAllAppsResponse
Trait Implementations§
Source§impl Clone for GetAllAppsResponse
impl Clone for GetAllAppsResponse
Source§fn clone(&self) -> GetAllAppsResponse
fn clone(&self) -> GetAllAppsResponse
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 GetAllAppsResponse
impl Debug for GetAllAppsResponse
Source§impl<'de> Deserialize<'de> for GetAllAppsResponse
impl<'de> Deserialize<'de> for GetAllAppsResponse
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 GetAllAppsResponse
impl PartialEq for GetAllAppsResponse
Source§impl Serialize for GetAllAppsResponse
impl Serialize for GetAllAppsResponse
impl StructuralPartialEq for GetAllAppsResponse
Auto Trait Implementations§
impl Freeze for GetAllAppsResponse
impl RefUnwindSafe for GetAllAppsResponse
impl Send for GetAllAppsResponse
impl Sync for GetAllAppsResponse
impl Unpin for GetAllAppsResponse
impl UnwindSafe for GetAllAppsResponse
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