Struct open_lark::core::app_ticket_manager::AppTicketManager
source · pub struct AppTicketManager {
pub cache: QuickCache<String>,
}Fields§
§cache: QuickCache<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppTicketManager
impl !RefUnwindSafe for AppTicketManager
impl Send for AppTicketManager
impl Sync for AppTicketManager
impl Unpin for AppTicketManager
impl !UnwindSafe for AppTicketManager
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