pub struct Typeform { /* private fields */ }
Expand description
Main entry point to work with.
Implementations§
Source§impl Typeform
impl Typeform
Sourcepub fn responses_after(&self, token: &str) -> Result<Responses>
pub fn responses_after(&self, token: &str) -> Result<Responses>
Retrieve all Responses
which goes after response with a [token
] specified as argument.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Typeform
impl RefUnwindSafe for Typeform
impl Send for Typeform
impl Sync for Typeform
impl Unpin for Typeform
impl UnwindSafe for Typeform
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