pub struct AppService { /* private fields */ }Implementations§
source§impl AppService
impl AppService
pub fn new(config: Config) -> Self
pub async fn get( &self, request: GetAppRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<GetAppResponse>>
Auto Trait Implementations§
impl Freeze for AppService
impl !RefUnwindSafe for AppService
impl Send for AppService
impl Sync for AppService
impl Unpin for AppService
impl !UnwindSafe for AppService
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