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