pub struct ApplicationV1 { /* private fields */ }Expand description
ApplicationV1:应用 API v1 访问入口
Implementations§
Trait Implementations§
Source§impl Clone for ApplicationV1
impl Clone for ApplicationV1
Source§fn clone(&self) -> ApplicationV1
fn clone(&self) -> ApplicationV1
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 ApplicationV1
impl !UnwindSafe for ApplicationV1
impl Freeze for ApplicationV1
impl Send for ApplicationV1
impl Sync for ApplicationV1
impl Unpin for ApplicationV1
impl UnsafeUnpin for ApplicationV1
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