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