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