pub struct MappingMetadata {
pub default: Option<String>,
}Expand description
Metadata for the CWE mapping
Fields§
§default: Option<String>Default CWE mapping (typically null)
Trait Implementations§
Source§impl Clone for MappingMetadata
impl Clone for MappingMetadata
Source§fn clone(&self) -> MappingMetadata
fn clone(&self) -> MappingMetadata
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 MappingMetadata
impl Debug for MappingMetadata
Source§impl<'de> Deserialize<'de> for MappingMetadata
impl<'de> Deserialize<'de> for MappingMetadata
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 PartialEq for MappingMetadata
impl PartialEq for MappingMetadata
Source§impl Serialize for MappingMetadata
impl Serialize for MappingMetadata
impl Eq for MappingMetadata
impl StructuralPartialEq for MappingMetadata
Auto Trait Implementations§
impl Freeze for MappingMetadata
impl RefUnwindSafe for MappingMetadata
impl Send for MappingMetadata
impl Sync for MappingMetadata
impl Unpin for MappingMetadata
impl UnwindSafe for MappingMetadata
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