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