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