pub struct Applet {
pub appid: String,
pub secret: String,
pub access_token: String,
pub expires_in: i64,
}
Fields§
§appid: String
§secret: String
§access_token: String
§expires_in: i64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Applet
impl Send for Applet
impl Sync for Applet
impl Unpin for Applet
impl UnwindSafe for Applet
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