pub struct ListAppsResult {
pub apps: Vec<AppRow>,
}Fields§
§apps: Vec<AppRow>Trait Implementations§
Source§impl Clone for ListAppsResult
impl Clone for ListAppsResult
Source§fn clone(&self) -> ListAppsResult
fn clone(&self) -> ListAppsResult
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 ListAppsResult
impl Debug for ListAppsResult
Auto Trait Implementations§
impl Freeze for ListAppsResult
impl RefUnwindSafe for ListAppsResult
impl Send for ListAppsResult
impl Sync for ListAppsResult
impl Unpin for ListAppsResult
impl UnsafeUnpin for ListAppsResult
impl UnwindSafe for ListAppsResult
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