pub struct IsConsumableForPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for IsConsumableForPropertyIri
impl PartialEq<&str> for IsConsumableForPropertyIri
source§impl PartialEq<IsConsumableForPropertyIri> for &str
impl PartialEq<IsConsumableForPropertyIri> for &str
source§fn eq(&self, other: &IsConsumableForPropertyIri) -> bool
fn eq(&self, other: &IsConsumableForPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for IsConsumableForPropertyIri
impl RefUnwindSafe for IsConsumableForPropertyIri
impl Send for IsConsumableForPropertyIri
impl Sync for IsConsumableForPropertyIri
impl Unpin for IsConsumableForPropertyIri
impl UnwindSafe for IsConsumableForPropertyIri
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