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