pub enum CaptureSnapshotFormat {
Mhtml,
}Expand description
Format (defaults to mhtml).
Variants§
Mhtml
Trait Implementations§
Source§impl AsRef<str> for CaptureSnapshotFormat
impl AsRef<str> for CaptureSnapshotFormat
Source§impl Clone for CaptureSnapshotFormat
impl Clone for CaptureSnapshotFormat
Source§fn clone(&self) -> CaptureSnapshotFormat
fn clone(&self) -> CaptureSnapshotFormat
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 Debug for CaptureSnapshotFormat
impl Debug for CaptureSnapshotFormat
Source§impl<'de> Deserialize<'de> for CaptureSnapshotFormat
impl<'de> Deserialize<'de> for CaptureSnapshotFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for CaptureSnapshotFormat
impl FromStr for CaptureSnapshotFormat
Source§impl Hash for CaptureSnapshotFormat
impl Hash for CaptureSnapshotFormat
Source§impl PartialEq for CaptureSnapshotFormat
impl PartialEq for CaptureSnapshotFormat
Source§impl Serialize for CaptureSnapshotFormat
impl Serialize for CaptureSnapshotFormat
impl Eq for CaptureSnapshotFormat
impl StructuralPartialEq for CaptureSnapshotFormat
Auto Trait Implementations§
impl Freeze for CaptureSnapshotFormat
impl RefUnwindSafe for CaptureSnapshotFormat
impl Send for CaptureSnapshotFormat
impl Sync for CaptureSnapshotFormat
impl Unpin for CaptureSnapshotFormat
impl UnwindSafe for CaptureSnapshotFormat
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