pub struct AppEngineService { /* private fields */ }Expand description
应用引擎服务
提供应用引擎相关 API 的访问入口。
Implementations§
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 (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 !RefUnwindSafe for AppEngineService
impl !UnwindSafe for AppEngineService
impl Freeze for AppEngineService
impl Send for AppEngineService
impl Sync for AppEngineService
impl Unpin for AppEngineService
impl UnsafeUnpin 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