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