pub enum OutputFormatType {
SingleLineSummary,
JSON,
YAML,
Junit,
Sarif,
}Variants§
Trait Implementations§
Source§impl Clone for OutputFormatType
impl Clone for OutputFormatType
Source§fn clone(&self) -> OutputFormatType
fn clone(&self) -> OutputFormatType
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 OutputFormatType
impl Debug for OutputFormatType
Source§impl Default for OutputFormatType
impl Default for OutputFormatType
Source§fn default() -> OutputFormatType
fn default() -> OutputFormatType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputFormatType
impl<'de> Deserialize<'de> for OutputFormatType
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 From<&str> for OutputFormatType
impl From<&str> for OutputFormatType
Source§impl From<OutputFormatType> for JsValue
impl From<OutputFormatType> for JsValue
Source§fn from(value: OutputFormatType) -> Self
fn from(value: OutputFormatType) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for OutputFormatType
impl FromWasmAbi for OutputFormatType
Source§impl IntoWasmAbi for OutputFormatType
impl IntoWasmAbi for OutputFormatType
Source§impl OptionFromWasmAbi for OutputFormatType
impl OptionFromWasmAbi for OutputFormatType
Source§impl OptionIntoWasmAbi for OutputFormatType
impl OptionIntoWasmAbi for OutputFormatType
Source§impl PartialEq for OutputFormatType
impl PartialEq for OutputFormatType
Source§impl Serialize for OutputFormatType
impl Serialize for OutputFormatType
Source§impl TryFromJsValue for OutputFormatType
impl TryFromJsValue for OutputFormatType
Source§impl ValueEnum for OutputFormatType
impl ValueEnum for OutputFormatType
Source§impl VectorFromWasmAbi for OutputFormatType
impl VectorFromWasmAbi for OutputFormatType
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[OutputFormatType]>
Source§impl VectorIntoWasmAbi for OutputFormatType
impl VectorIntoWasmAbi for OutputFormatType
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[OutputFormatType]>) -> Self::Abi
Source§impl WasmDescribeVector for OutputFormatType
impl WasmDescribeVector for OutputFormatType
impl Copy for OutputFormatType
impl Eq for OutputFormatType
impl StructuralPartialEq for OutputFormatType
Auto Trait Implementations§
impl Freeze for OutputFormatType
impl RefUnwindSafe for OutputFormatType
impl Send for OutputFormatType
impl Sync for OutputFormatType
impl Unpin for OutputFormatType
impl UnsafeUnpin for OutputFormatType
impl UnwindSafe for OutputFormatType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.