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