pub struct FormsApi { /* private fields */ }Implementations§
Source§impl FormsApi
impl FormsApi
pub fn new(http: Arc<HttpClient>) -> Self
pub async fn list(&self, location_id: &str) -> Result<GetFormsResponse>
pub async fn get_submissions( &self, params: &GetSubmissionsParams, ) -> Result<GetSubmissionsResponse>
Auto Trait Implementations§
impl !RefUnwindSafe for FormsApi
impl !UnwindSafe for FormsApi
impl Freeze for FormsApi
impl Send for FormsApi
impl Sync for FormsApi
impl Unpin for FormsApi
impl UnsafeUnpin for FormsApi
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