pub struct AppsService { /* private fields */ }Expand description
Preconfigured app workflow methods.
Implementations§
Source§impl AppsService
impl AppsService
Sourcepub fn generations(&self) -> AppGenerationsService
pub fn generations(&self) -> AppGenerationsService
App generation methods.
Trait Implementations§
Source§impl Clone for AppsService
impl Clone for AppsService
Source§fn clone(&self) -> AppsService
fn clone(&self) -> AppsService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AppsService
impl !RefUnwindSafe for AppsService
impl Send for AppsService
impl Sync for AppsService
impl Unpin for AppsService
impl UnsafeUnpin for AppsService
impl !UnwindSafe for AppsService
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