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