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