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