pub struct CaptureScreenshotReturnsBuilder { /* private fields */ }Implementations§
source§impl CaptureScreenshotReturnsBuilder
 
impl CaptureScreenshotReturnsBuilder
pub fn data(self, data: impl Into<Binary>) -> CaptureScreenshotReturnsBuilder
pub fn build(self) -> Result<CaptureScreenshotReturns, String>
Trait Implementations§
source§impl Clone for CaptureScreenshotReturnsBuilder
 
impl Clone for CaptureScreenshotReturnsBuilder
source§fn clone(&self) -> CaptureScreenshotReturnsBuilder
 
fn clone(&self) -> CaptureScreenshotReturnsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Default for CaptureScreenshotReturnsBuilder
 
impl Default for CaptureScreenshotReturnsBuilder
source§fn default() -> CaptureScreenshotReturnsBuilder
 
fn default() -> CaptureScreenshotReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CaptureScreenshotReturnsBuilder
impl Send for CaptureScreenshotReturnsBuilder
impl Sync for CaptureScreenshotReturnsBuilder
impl Unpin for CaptureScreenshotReturnsBuilder
impl UnwindSafe for CaptureScreenshotReturnsBuilder
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