Struct wecom_agent::WecomAgent
source · pub struct WecomAgent { /* private fields */ }Implementations§
source§impl WecomAgent
impl WecomAgent
sourcepub fn token_is_some(&self) -> bool
pub fn token_is_some(&self) -> bool
检查access_token是否初始化。
Trait Implementations§
source§impl Clone for WecomAgent
impl Clone for WecomAgent
source§fn clone(&self) -> WecomAgent
fn clone(&self) -> WecomAgent
Returns a copy 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 !RefUnwindSafe for WecomAgent
impl Send for WecomAgent
impl Sync for WecomAgent
impl Unpin for WecomAgent
impl !UnwindSafe for WecomAgent
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