Struct open_lark::service::sheets::SheetsService
source · pub struct SheetsService {
pub v2: V2,
pub v3: V3,
}Fields§
§v2: V2§v3: V3Implementations§
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