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