pub struct AppTableRecordService { /* private fields */ }Implementations§
source§impl AppTableRecordService
impl AppTableRecordService
pub fn new(config: Config) -> Self
pub async fn search( &self, request: SearchAppTableRecordRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<SearchAppTableRecordResponse>>
Auto Trait Implementations§
impl Freeze for AppTableRecordService
impl !RefUnwindSafe for AppTableRecordService
impl Send for AppTableRecordService
impl Sync for AppTableRecordService
impl Unpin for AppTableRecordService
impl !UnwindSafe for AppTableRecordService
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