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