pub struct ScreenshotBaseClient { /* private fields */ }
Implementations§
Source§impl ScreenshotBaseClient
impl ScreenshotBaseClient
pub fn builder<S: Into<String>>(api_key: S) -> ScreenshotBaseClientBuilder
pub fn new<S: Into<String>>(api_key: S) -> Self
pub async fn status(&self) -> Result<StatusResponse, ScreenshotBaseError>
pub async fn render( &self, params: &[(&str, &str)], ) -> Result<RenderResponse, ScreenshotBaseError>
Auto Trait Implementations§
impl Freeze for ScreenshotBaseClient
impl !RefUnwindSafe for ScreenshotBaseClient
impl Send for ScreenshotBaseClient
impl Sync for ScreenshotBaseClient
impl Unpin for ScreenshotBaseClient
impl !UnwindSafe for ScreenshotBaseClient
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