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