pub struct ApplicationService { /* private fields */ }Expand description
应用管理服务统一入口。 ApplicationService:应用管理服务的统一入口
提供对应用 API v1/v5/v6/v7 与工作台(workplace)的访问能力,各版本经独立 feature 门控。
Implementations§
Trait Implementations§
Source§impl Clone for ApplicationService
impl Clone for ApplicationService
Source§fn clone(&self) -> ApplicationService
fn clone(&self) -> ApplicationService
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 ApplicationService
impl !UnwindSafe for ApplicationService
impl Freeze for ApplicationService
impl Send for ApplicationService
impl Sync for ApplicationService
impl Unpin for ApplicationService
impl UnsafeUnpin for ApplicationService
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