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