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
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