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 duplicate 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 Freeze for CaptureScreenshotReturnsBuilder
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