pub struct Config {
pub channel: Channel,
pub appid: String,
pub secret: String,
pub access_token: String,
pub expires_in: i64,
pub agent_id: String,
}
Fields§
§channel: Channel
§appid: String
§secret: String
§access_token: String
§expires_in: i64
§agent_id: String
企业微信
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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