pub struct Tool {
pub vendor: String,
pub name: String,
pub version: String,
}Expand description
CycloneDX metadata.tools entry — “what built it”.
Fields§
§vendor: StringTool vendor / publishing organisation.
name: StringTool name — "synth".
version: StringTool version (CARGO_PKG_VERSION or a release tag).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tool
impl RefUnwindSafe for Tool
impl Send for Tool
impl Sync for Tool
impl Unpin for Tool
impl UnsafeUnpin for Tool
impl UnwindSafe for Tool
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