pub enum CaptureScope {
Viewport,
Element(Ref),
FullPage,
}Expand description
Scope of a Engine::capture call.
Variants§
Trait Implementations§
Source§impl Clone for CaptureScope
impl Clone for CaptureScope
Source§fn clone(&self) -> CaptureScope
fn clone(&self) -> CaptureScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CaptureScope
impl RefUnwindSafe for CaptureScope
impl Send for CaptureScope
impl Sync for CaptureScope
impl Unpin for CaptureScope
impl UnsafeUnpin for CaptureScope
impl UnwindSafe for CaptureScope
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