pub struct SheetsService {
pub v2: V2,
pub v3: V3,
/* private fields */
}Expand description
电子表格服务
聚合所有Sheets相关的API版本,提供统一的电子表格操作接口。 推荐使用v3版本获得最新功能和最佳性能。
Fields§
§v2: V2Sheets API v2版本服务
v3: V3Sheets API v3版本服务(推荐)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SheetsService
impl !RefUnwindSafe for SheetsService
impl Send for SheetsService
impl Sync for SheetsService
impl Unpin for SheetsService
impl !UnwindSafe for SheetsService
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