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