pub struct ContentSbom {
pub uri: UriReference,
}
Fields§
§uri: UriReference
Trait Implementations§
Source§impl Clone for ContentSbom
impl Clone for ContentSbom
Source§fn clone(&self) -> ContentSbom
fn clone(&self) -> ContentSbom
Returns a copy 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 ContentSbom
impl Debug for ContentSbom
Source§impl<'de> Deserialize<'de> for ContentSbom
impl<'de> Deserialize<'de> for ContentSbom
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 ContentSbom
impl PartialEq for ContentSbom
Source§impl Serialize for ContentSbom
impl Serialize for ContentSbom
impl Eq for ContentSbom
impl StructuralPartialEq for ContentSbom
Auto Trait Implementations§
impl Freeze for ContentSbom
impl RefUnwindSafe for ContentSbom
impl Send for ContentSbom
impl Sync for ContentSbom
impl Unpin for ContentSbom
impl UnwindSafe for ContentSbom
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