pub struct DriveService {
pub v1: V1,
pub v2: V2,
}Expand description
云盘Drive服务
聚合所有Drive相关的API版本,提供统一的文件操作接口。 通过不同版本的子服务访问具体的API功能。
Fields§
§v1: V1Drive API v1版本服务
v2: V2Drive API v2版本服务
Implementations§
Auto Trait Implementations§
impl Freeze for DriveService
impl !RefUnwindSafe for DriveService
impl Send for DriveService
impl Sync for DriveService
impl Unpin for DriveService
impl !UnwindSafe for DriveService
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