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