pub struct ApplicationService { /* private fields */ }Expand description
应用管理服务统一入口。 ApplicationService:应用管理服务的统一入口
提供对应用 API v1 的访问能力
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 Freeze for ApplicationService
impl !RefUnwindSafe for ApplicationService
impl Send for ApplicationService
impl Sync for ApplicationService
impl Unpin for ApplicationService
impl UnsafeUnpin for ApplicationService
impl !UnwindSafe 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