pub struct TestFlagInfo {
pub bug_type: BugType,
pub description: Option<String>,
pub effect: Option<String>,
pub cves: Option<Vec<CVE>>,
pub links: Option<Vec<URL>>,
}Fields§
§bug_type: BugType§description: Option<String>§effect: Option<String>§cves: Option<Vec<CVE>>§links: Option<Vec<URL>>Trait Implementations§
Source§impl Clone for TestFlagInfo
impl Clone for TestFlagInfo
Source§fn clone(&self) -> TestFlagInfo
fn clone(&self) -> TestFlagInfo
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 TestFlagInfo
impl Debug for TestFlagInfo
Source§impl<'de> Deserialize<'de> for TestFlagInfo
impl<'de> Deserialize<'de> for TestFlagInfo
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 Hash for TestFlagInfo
impl Hash for TestFlagInfo
Source§impl PartialEq for TestFlagInfo
impl PartialEq for TestFlagInfo
impl Eq for TestFlagInfo
impl StructuralPartialEq for TestFlagInfo
Auto Trait Implementations§
impl Freeze for TestFlagInfo
impl RefUnwindSafe for TestFlagInfo
impl Send for TestFlagInfo
impl Sync for TestFlagInfo
impl Unpin for TestFlagInfo
impl UnwindSafe for TestFlagInfo
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