Struct open_lark::service::drive::DriveService
source · pub struct DriveService {
pub v1: V1,
pub v2: V2,
}Fields§
§v1: V1§v2: V2Implementations§
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