pub struct AppEngineService { /* private fields */ }Expand description
应用引擎服务
提供应用引擎相关 API 的访问入口。
Implementations§
Source§impl AppEngineService
impl AppEngineService
Sourcepub fn new(config: Arc<PlatformConfig>) -> Self
pub fn new(config: Arc<PlatformConfig>) -> Self
创建新的应用引擎服务实例
Sourcepub fn config(&self) -> Arc<PlatformConfig>
pub fn config(&self) -> Arc<PlatformConfig>
获取客户端配置
Trait Implementations§
Source§impl Clone for AppEngineService
impl Clone for AppEngineService
Source§fn clone(&self) -> AppEngineService
fn clone(&self) -> AppEngineService
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 moreAuto Trait Implementations§
impl Freeze for AppEngineService
impl !RefUnwindSafe for AppEngineService
impl Send for AppEngineService
impl Sync for AppEngineService
impl Unpin for AppEngineService
impl UnsafeUnpin for AppEngineService
impl !UnwindSafe for AppEngineService
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