pub struct SoftwareVersionPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for SoftwareVersionPropertyIriOrLabel
impl PartialEq<&str> for SoftwareVersionPropertyIriOrLabel
source§impl PartialEq<SoftwareVersionPropertyIriOrLabel> for &str
impl PartialEq<SoftwareVersionPropertyIriOrLabel> for &str
source§fn eq(&self, other: &SoftwareVersionPropertyIriOrLabel) -> bool
fn eq(&self, other: &SoftwareVersionPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for SoftwareVersionPropertyIriOrLabel
impl RefUnwindSafe for SoftwareVersionPropertyIriOrLabel
impl Send for SoftwareVersionPropertyIriOrLabel
impl Sync for SoftwareVersionPropertyIriOrLabel
impl Unpin for SoftwareVersionPropertyIriOrLabel
impl UnwindSafe for SoftwareVersionPropertyIriOrLabel
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