Struct open_lark::client::LarkClient
source · pub struct LarkClient {
pub config: Config,
pub im: ImService,
pub drive: DriveService,
pub search: SearchService,
pub sheets: SheetsService,
pub bitable: BitableService,
}Expand description
飞书开放平台SDK client
Fields§
§config: Config§im: ImService§drive: DriveService§search: SearchService§sheets: SheetsService§bitable: BitableServiceImplementations§
source§impl LarkClient
impl LarkClient
pub fn builder(app_id: &str, app_secret: &str) -> LarkClientBuilder
Auto Trait Implementations§
impl Freeze for LarkClient
impl !RefUnwindSafe for LarkClient
impl Send for LarkClient
impl Sync for LarkClient
impl Unpin for LarkClient
impl !UnwindSafe for LarkClient
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