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