pub struct MiniAppClient { /* private fields */ }
Expand description
Mini Program client
Implementations§
Trait Implementations§
Source§impl Clone for MiniAppClient
impl Clone for MiniAppClient
Source§fn clone(&self) -> MiniAppClient
fn clone(&self) -> MiniAppClient
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 MiniAppClient
impl !RefUnwindSafe for MiniAppClient
impl Send for MiniAppClient
impl Sync for MiniAppClient
impl Unpin for MiniAppClient
impl !UnwindSafe for MiniAppClient
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