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