Struct open_lark::service::bitable::BitableService
source · pub struct BitableService {
pub v1: V1,
}Fields§
§v1: V1Implementations§
Auto Trait Implementations§
impl Freeze for BitableService
impl !RefUnwindSafe for BitableService
impl Send for BitableService
impl Sync for BitableService
impl Unpin for BitableService
impl !UnwindSafe for BitableService
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