pub struct SbomComponentName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SbomComponentName
impl Clone for SbomComponentName
Source§fn clone(&self) -> SbomComponentName
fn clone(&self) -> SbomComponentName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SbomComponentName
impl Debug for SbomComponentName
Source§impl Display for SbomComponentName
impl Display for SbomComponentName
Source§impl FromStr for SbomComponentName
impl FromStr for SbomComponentName
Source§impl Hash for SbomComponentName
impl Hash for SbomComponentName
Source§impl Ord for SbomComponentName
impl Ord for SbomComponentName
Source§fn cmp(&self, other: &SbomComponentName) -> Ordering
fn cmp(&self, other: &SbomComponentName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SbomComponentName
impl PartialEq for SbomComponentName
Source§fn eq(&self, other: &SbomComponentName) -> bool
fn eq(&self, other: &SbomComponentName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SbomComponentName
impl PartialOrd for SbomComponentName
Source§impl TryFrom<&str> for SbomComponentName
impl TryFrom<&str> for SbomComponentName
impl Eq for SbomComponentName
impl StructuralPartialEq for SbomComponentName
Auto Trait Implementations§
impl Freeze for SbomComponentName
impl RefUnwindSafe for SbomComponentName
impl Send for SbomComponentName
impl Sync for SbomComponentName
impl Unpin for SbomComponentName
impl UnsafeUnpin for SbomComponentName
impl UnwindSafe for SbomComponentName
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