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