pub struct IntensityPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for IntensityPropertyIri
impl PartialEq<&str> for IntensityPropertyIri
Source§impl PartialEq<IntensityPropertyIri> for &str
impl PartialEq<IntensityPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for IntensityPropertyIri
impl RefUnwindSafe for IntensityPropertyIri
impl Send for IntensityPropertyIri
impl Sync for IntensityPropertyIri
impl Unpin for IntensityPropertyIri
impl UnwindSafe for IntensityPropertyIri
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