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