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