pub struct SnapshotOptions {
pub selector: Option<String>,
pub interactive: bool,
pub compact: bool,
pub depth: Option<usize>,
pub urls: bool,
}Fields§
§selector: Option<String>§interactive: bool§compact: bool§depth: Option<usize>§urls: boolTrait Implementations§
Source§impl Default for SnapshotOptions
impl Default for SnapshotOptions
Source§fn default() -> SnapshotOptions
fn default() -> SnapshotOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SnapshotOptions
impl RefUnwindSafe for SnapshotOptions
impl Send for SnapshotOptions
impl Sync for SnapshotOptions
impl Unpin for SnapshotOptions
impl UnsafeUnpin for SnapshotOptions
impl UnwindSafe for SnapshotOptions
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